Skip to content

Commit f2f2f84

Browse files
Bump actions/cache from 3 to 4 in /.github/workflows/actions/setup
Bumps [actions/cache](https://github.com/actions/cache) from 3 to 4. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v3...v4) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 132110f commit f2f2f84

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/actions/setup/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,15 +30,15 @@ runs:
3030
# run: defaults write com.apple.dt.XCBuild IgnoreFileSystemDeviceInodeChanges -bool YES
3131

3232
- name: "Swift Package Manager Cache"
33-
uses: actions/cache@v3
33+
uses: actions/cache@v4
3434
with:
3535
path: .build
3636
key: ${{ runner.os }}-spm-${{ hashFiles('**/Package.resolved') }}
3737
restore-keys: |
3838
${{ runner.os }}-spm-
3939
4040
- name: "Compiling Cache"
41-
uses: actions/cache@v3
41+
uses: actions/cache@v4
4242
with:
4343
path: ~/Library/Caches/org.swift.swiftpm/
4444
key: ${{ runner.os }}-swift-build-${{ github.ref_name }}

0 commit comments

Comments
 (0)