Skip to content

Commit 62c4bcd

Browse files
dependabot[bot]sjhu
andauthored
build(deps): bump actions/cache from 4 to 5 (#102)
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: sjhu <sjhu@syncore.space>
1 parent b69511d commit 62c4bcd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@ jobs:
292292
.github/workflows/ci.yml
293293
294294
- name: Restore pre-commit cache
295-
uses: actions/cache@v4
295+
uses: actions/cache@v5
296296
with:
297297
path: ~/.cache/pre-commit
298298
key: pre-commit-${{ runner.os }}-${{ steps.setup-python.outputs.python-version }}-${{ hashFiles('.pre-commit-config.yaml') }}
@@ -497,7 +497,7 @@ jobs:
497497
swiftformat --lint apps/macos/Sources --config .swiftformat
498498
499499
- name: Cache SwiftPM
500-
uses: actions/cache@v4
500+
uses: actions/cache@v5
501501
with:
502502
path: ~/Library/Caches/org.swift.swiftpm
503503
key: ${{ runner.os }}-swiftpm-${{ hashFiles('apps/macos/Package.resolved') }}

0 commit comments

Comments
 (0)