We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4b7c71 commit 4c66d59Copy full SHA for 4c66d59
.github/workflows/swift.yml
@@ -9,7 +9,7 @@ jobs:
9
runs-on: macos-latest
10
steps:
11
- uses: actions/checkout@v2
12
- - uses: actions/cache@v2
+ - uses: actions/cache@v4
13
with:
14
path: Pods
15
key: ${{ runner.os }}-pods-${{ hashFiles('**/Podfile.lock') }}
0 commit comments