File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1616 runs-on : ubuntu-latest
1717 steps :
1818 - name : ⤵️ Check out code from GitHub
19- uses : actions/checkout@v6 .0.3
19+ uses : actions/checkout@v7 .0.0
2020 - name : 🏗 Set up Poetry
2121 run : pipx install poetry
2222 - name : 🏗 Set up Python ${{ env.DEFAULT_PYTHON }}
4141 runs-on : ubuntu-latest
4242 steps :
4343 - name : ⤵️ Check out code from GitHub
44- uses : actions/checkout@v6 .0.3
44+ uses : actions/checkout@v7 .0.0
4545 - name : 🏗 Set up Poetry
4646 run : pipx install poetry
4747 - name : 🏗 Set up Python ${{ env.DEFAULT_PYTHON }}
8888 runs-on : ubuntu-latest
8989 steps :
9090 - name : ⤵️ Check out code from GitHub
91- uses : actions/checkout@v6 .0.3
91+ uses : actions/checkout@v7 .0.0
9292 - name : 🏗 Set up Poetry
9393 run : pipx install poetry
9494 - name : 🏗 Set up Python ${{ env.DEFAULT_PYTHON }}
Original file line number Diff line number Diff line change 2020 id-token : write
2121 steps :
2222 - name : ⤵️ Check out code from GitHub
23- uses : actions/checkout@v6 .0.3
23+ uses : actions/checkout@v7 .0.0
2424 - name : 🏗 Set up Poetry
2525 run : pipx install poetry
2626 - name : 🏗 Set up Python ${{ env.DEFAULT_PYTHON }}
Original file line number Diff line number Diff line change 1818 pull-requests : write
1919 steps :
2020 - name : ⤵️ Check out code from GitHub
21- uses : actions/checkout@v6 .0.3
21+ uses : actions/checkout@v7 .0.0
2222 - name : 🚀 Run Label Syncer
2323 uses : micnncim/action-label-syncer@v1.3.0
2424 env :
Original file line number Diff line number Diff line change 1919 python : ["3.12", "3.13", "3.14"]
2020 steps :
2121 - name : ⤵️ Check out code from GitHub
22- uses : actions/checkout@v6 .0.3
22+ uses : actions/checkout@v7 .0.0
2323 - name : 🏗 Set up Poetry
2424 run : pipx install poetry
2525 - name : 🏗 Set up Python ${{ matrix.python }}
4747 needs : pytest
4848 steps :
4949 - name : ⤵️ Check out code from GitHub
50- uses : actions/checkout@v6 .0.3
50+ uses : actions/checkout@v7 .0.0
5151 with :
5252 fetch-depth : 0
5353 - name : ⬇️ Download coverage data
Original file line number Diff line number Diff line change 1616 runs-on : ubuntu-latest
1717 steps :
1818 - name : ⤵️ Check out code from GitHub
19- uses : actions/checkout@v6 .0.3
19+ uses : actions/checkout@v7 .0.0
2020 - name : 🏗 Set up Poetry
2121 run : pipx install poetry
2222 - name : 🏗 Set up Python ${{ env.DEFAULT_PYTHON }}
You can’t perform that action at this time.
0 commit comments