Skip to content

Commit 1677ac8

Browse files
Bump actions/cache from 4 to 5 (#3875)
Bumps [actions/cache](https://github.com/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/cache dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Harry <Harry@cadby.co.uk>
1 parent 7c13fd8 commit 1677ac8

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

.github/workflows/build-cache.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
with:
1919
python-version: '3.12'
2020
- name: cache virtualenv
21-
uses: actions/cache@v4
21+
uses: actions/cache@v5
2222
id: cache-venv
2323
with:
2424
path: ${{ env.pythonLocation }}
@@ -44,7 +44,7 @@ jobs:
4444
with:
4545
python-version: '3.12'
4646
- name: cache virtualenv
47-
uses: actions/cache@v4
47+
uses: actions/cache@v5
4848
id: cache-venv-pytest
4949
with:
5050
path: ${{ env.pythonLocation }}

.github/workflows/master-slugs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
with:
2121
python-version: '3.12'
2222
- name: cache virtualenv
23-
uses: actions/cache@v4
23+
uses: actions/cache@v5
2424
id: cache-venv
2525
with:
2626
path: ${{ env.pythonLocation }}

.github/workflows/update-generated-schema.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
python-version: '3.12'
2929
if: ${{ steps.netbox-release.outputs.release != vars.SCHEMA_VERSION }}
3030
- name: cache virtualenv
31-
uses: actions/cache@v4
31+
uses: actions/cache@v5
3232
id: cache-venv
3333
with:
3434
path: ${{ env.pythonLocation }}

.github/workflows/validation.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
with:
1818
python-version: '3.12'
1919
- name: cache virtualenv
20-
uses: actions/cache@v4
20+
uses: actions/cache@v5
2121
id: cache-venv
2222
with:
2323
path: ${{ env.pythonLocation }}
@@ -46,7 +46,7 @@ jobs:
4646
with:
4747
python-version: '3.12'
4848
- name: cache virtualenv
49-
uses: actions/cache@v4
49+
uses: actions/cache@v5
5050
id: cache-venv
5151
with:
5252
path: ${{ env.pythonLocation }}
@@ -78,7 +78,7 @@ jobs:
7878
with:
7979
python-version: '3.12'
8080
- name: cache virtualenv
81-
uses: actions/cache@v4
81+
uses: actions/cache@v5
8282
id: cache-venv-pytest
8383
with:
8484
path: ${{ env.pythonLocation }}

0 commit comments

Comments
 (0)