Skip to content

Commit 5d85cb5

Browse files
build(deps): bump the actions group across 1 directory with 2 updates
Bumps the actions group with 2 updates in the / directory: [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 4 to 5 - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v4...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: actions/cache dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 119c0c7 commit 5d85cb5

3 files changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/cd.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
runs-on: ubuntu-latest
2424

2525
steps:
26-
- uses: actions/checkout@v6
26+
- uses: actions/checkout@v7
2727
with:
2828
fetch-depth: 0
2929

@@ -93,7 +93,7 @@ jobs:
9393
needs: [generate-indices]
9494

9595
steps:
96-
- uses: actions/checkout@v6
96+
- uses: actions/checkout@v7
9797
with:
9898
fetch-depth: 0
9999

@@ -213,7 +213,7 @@ jobs:
213213
if: github.event_name == 'release' && github.event.action == 'published'
214214

215215
steps:
216-
- uses: actions/checkout@v6
216+
- uses: actions/checkout@v7
217217

218218
- uses: actions/setup-python@v6
219219
with:

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
name: Format
2020
runs-on: ubuntu-latest
2121
steps:
22-
- uses: actions/checkout@v6
22+
- uses: actions/checkout@v7
2323
with:
2424
fetch-depth: 0
2525

@@ -39,7 +39,7 @@ jobs:
3939
extra_args: --hook-stage manual --all-files
4040

4141
- name: Cache nox pylint virtualenv
42-
uses: actions/cache@v4
42+
uses: actions/cache@v5
4343
with:
4444
path: .nox/pylint
4545
key:
@@ -67,7 +67,7 @@ jobs:
6767
# runs-on: ubuntu-latest
6868

6969
steps:
70-
- uses: actions/checkout@v6
70+
- uses: actions/checkout@v7
7171
with:
7272
fetch-depth: 0
7373

@@ -100,7 +100,7 @@ jobs:
100100
name: GCS CORS regression tests
101101
runs-on: ubuntu-latest
102102
steps:
103-
- uses: actions/checkout@v6
103+
- uses: actions/checkout@v7
104104

105105
- uses: actions/setup-python@v6
106106
with:

.github/workflows/gcs-cors-cron.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
issues: write
2222

2323
steps:
24-
- uses: actions/checkout@v6
24+
- uses: actions/checkout@v7
2525

2626
- uses: actions/setup-python@v6
2727
with:

0 commit comments

Comments
 (0)