Skip to content

Commit 01f66fb

Browse files
authored
Merge pull request #40 from Wei18/dependabot/github_actions/dot-github/workflows/actions/setup/actions/cache-4
Bump actions/cache from 3 to 4 in /.github/workflows/actions/setup
2 parents 4b571a2 + f2f2f84 commit 01f66fb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

+2-2
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)