Skip to content

Commit b73ee92

Browse files
Bump actions/cache from 4 to 5 in the dependencies group (#170)
Bumps the dependencies group with 1 update: [actions/cache](https://github.com/actions/cache). 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/cache dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f2bebbe commit b73ee92

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/auto-template-creation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
owner: vapor
5858
repositories: ${{ matrix.repository }}
5959
- name: Get cached toolbox
60-
uses: actions/cache/restore@v4
60+
uses: actions/cache/restore@v5
6161
with:
6262
key: ${{ needs.cache-toolbox.outputs.cache-key }}
6363
path: toolbox

.github/workflows/test-template.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
echo "cache-key=${SWIFT_IMAGE}-vapor-toolbox-${tag}" >>"${GITHUB_OUTPUT}"
3939
- name: Check cache
4040
id: check
41-
uses: actions/cache@v4
41+
uses: actions/cache@v5
4242
with:
4343
key: ${{ steps.latest.outputs.cache-key }}
4444
path: toolbox
@@ -98,7 +98,7 @@ jobs:
9898
run: apt-get update && apt-get install -y zstd
9999
- name: Get cached toolbox
100100
id: get-cache
101-
uses: actions/cache/restore@v4
101+
uses: actions/cache/restore@v5
102102
with:
103103
key: ${{ needs.cache-toolbox.outputs.cache-key }}
104104
path: toolbox
@@ -144,7 +144,7 @@ jobs:
144144
runs-on: ubuntu-latest
145145
steps:
146146
- name: Get cached toolbox
147-
uses: actions/cache/restore@v4
147+
uses: actions/cache/restore@v5
148148
with:
149149
key: ${{ needs.cache-toolbox.outputs.cache-key }}
150150
path: toolbox

0 commit comments

Comments
 (0)