2626 PWN_UBUNTU_ARCHIVE_URL : http://localhost:3002/
2727 PWN_GITLAB_LIBCDB_URL : http://localhost:3003/
2828 steps :
29- - uses : actions/checkout@v6
29+ - uses : actions/checkout@v7
3030 with :
3131 fetch-depth : 20
3232
4242 echo "date=$(/bin/date -u "+%Y%m%d%H%M%S")" >> $GITHUB_OUTPUT
4343
4444 - name : Cache for libcdb requests
45- uses : actions/cache@v5
45+ uses : actions/cache@v6
4646 with :
4747 path : ~/libcdb-cache
4848 key : libcdb-python${{ matrix.python_version }}-${{ steps.fix-perms.outputs.date }}
@@ -252,7 +252,7 @@ jobs:
252252 timeout-minutes : 30
253253 continue-on-error : true
254254 steps :
255- - uses : actions/checkout@v6
255+ - uses : actions/checkout@v7
256256
257257 - name : Set up Python 3.12
258258 uses : actions/setup-python@v6
@@ -274,7 +274,7 @@ jobs:
274274 libc6-dbg
275275
276276 - name : Cache for avd
277- uses : actions/cache@v5
277+ uses : actions/cache@v6
278278 id : cache-avd
279279 with :
280280 path : |
@@ -321,7 +321,7 @@ jobs:
321321 runs-on : windows-latest
322322 timeout-minutes : 30
323323 steps :
324- - uses : actions/checkout@v6
324+ - uses : actions/checkout@v7
325325
326326 - name : Set up Python 3.12
327327 uses : actions/setup-python@v6
@@ -355,7 +355,7 @@ jobs:
355355 runs-on : ubuntu-latest
356356 needs : [test, android-test, windows-test]
357357 steps :
358- - uses : actions/checkout@v6
358+ - uses : actions/checkout@v7
359359 with :
360360 fetch-depth : 20
361361
@@ -379,7 +379,7 @@ jobs:
379379 if : github.repository_owner == 'Gallopsled' && github.event_name == 'push' && startsWith(github.event.ref, 'refs/heads/') && endsWith(github.event.ref, '-staging')
380380 needs : test
381381 steps :
382- - uses : actions/checkout@v6
382+ - uses : actions/checkout@v7
383383 with :
384384 fetch-depth : 20
385385 - name : Push changes to protected branch
0 commit comments