Skip to content
This repository was archived by the owner on Jan 10, 2026. It is now read-only.

Commit 3289800

Browse files
Bump actions/cache from 4 to 5 (#872)
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>
1 parent 1109f5b commit 3289800

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
use-installer: true
4141

4242
- name: Cache SAM Build files
43-
uses: actions/cache@v4
43+
uses: actions/cache@v5
4444
with:
4545
path: .aws-sam
4646
key: ${{ runner.os }}-sam

.github/workflows/deploy-sandbox.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ jobs:
151151
--overwrite
152152
153153
- name: Cache SAM Build files
154-
uses: actions/cache@v4
154+
uses: actions/cache@v5
155155
with:
156156
path: .aws-sam
157157
key: ${{ runner.os }}-sam

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ jobs:
197197
--overwrite
198198
199199
- name: Cache SAM Build files
200-
uses: actions/cache@v4
200+
uses: actions/cache@v5
201201
with:
202202
path: .aws-sam
203203
key: ${{ runner.os }}-sam

0 commit comments

Comments
 (0)