File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 2121 name : Lint
2222 steps :
2323 - name : Check out source repository
24- uses : actions/checkout@v4
24+ uses : actions/checkout@v5
2525 with :
2626 fetch-depth : 0
2727 - name : Set up Python environment
8787 if : matrix.os == 'macos-14'
8888 run : |
8989 brew install pyqt
90- - uses : actions/checkout@v4
90+ - uses : actions/checkout@v5
9191 with :
9292 fetch-depth : 0
9393
@@ -183,7 +183,7 @@ jobs:
183183 contents : write
184184 runs-on : ubuntu-latest
185185 steps :
186- - uses : actions/checkout@v4
186+ - uses : actions/checkout@v5
187187 with :
188188 fetch-depth : 0
189189
Original file line number Diff line number Diff line change 3131
3232 steps :
3333 - name : Checkout
34- uses : actions/checkout@v4
34+ uses : actions/checkout@v5
3535 with :
3636 fetch-depth : 1
3737
Original file line number Diff line number Diff line change 1414 # IMPORTANT: this permission is mandatory for Trusted Publishing
1515 id-token : write
1616 steps :
17- - uses : actions/checkout@v4
17+ - uses : actions/checkout@v5
1818
1919 # make sure we have version info
2020 - run : git fetch --tags
You can’t perform that action at this time.
0 commit comments