Skip to content

Commit a884c26

Browse files
build(deps): bump the github-actions group with 2 updates
Bumps the github-actions group with 2 updates: [actions/checkout](https://github.com/actions/checkout) and [actions/cache](https://github.com/actions/cache). Updates `actions/checkout` from 6 to 7 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v6...v7) Updates `actions/cache` from 5 to 6 - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v5...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: actions/cache dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 09fbd3a commit a884c26

5 files changed

Lines changed: 11 additions & 11 deletions

File tree

.github/workflows/changelog.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ${{ matrix.os }}
1616
timeout-minutes: 5
1717
steps:
18-
- uses: actions/checkout@v6
18+
- uses: actions/checkout@v7
1919
with:
2020
fetch-depth: 0
2121

.github/workflows/ci.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
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

@@ -42,7 +42,7 @@ jobs:
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

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ${{ matrix.os }}
1111
timeout-minutes: 30
1212
steps:
13-
- uses: actions/checkout@v6
13+
- uses: actions/checkout@v7
1414

1515
- name: Set up Python ${{ matrix.python-version }}
1616
uses: actions/setup-python@v6

.github/workflows/merge-conflict.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ${{ matrix.os }}
1414
timeout-minutes: 5
1515
steps:
16-
- uses: actions/checkout@v6
16+
- uses: actions/checkout@v7
1717
with:
1818
fetch-depth: 0
1919

.github/workflows/pylint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ${{ matrix.os }}
1111
timeout-minutes: 30
1212
steps:
13-
- uses: actions/checkout@v6
13+
- uses: actions/checkout@v7
1414

1515
- name: Set up Python ${{ matrix.python-version }}
1616
uses: actions/setup-python@v6

0 commit comments

Comments
 (0)