Skip to content

Commit 11865b0

Browse files
chore(gha): bump actions/cache in the actions-minor group (#541)
Bumps the actions-minor group with 1 update: [actions/cache](https://github.com/actions/cache). Updates `actions/cache` from 5.0.5 to 5.1.0 - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@27d5ce7...caa2961) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 5.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent bd21d7a commit 11865b0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/s3-upload.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ jobs:
210210

211211
# Step 7: Cache pnpm dependencies
212212
- name: Cache pnpm dependencies
213-
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
213+
uses: actions/cache@caa296126883cff596d87d8935842f9db880ef25 # v5.1.0
214214
id: pnpm-cache
215215
with:
216216
path: |

0 commit comments

Comments
 (0)