We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fde5fe9 commit e0a6994Copy full SHA for e0a6994
.github/workflows/ci.yml
@@ -13,7 +13,7 @@ jobs:
13
runs-on: macOS-latest
14
steps:
15
- uses: actions/checkout@v2
16
- - uses: actions/cache@v1
+ - uses: actions/cache@v4
17
with:
18
path: build/DerivedData
19
key: ${{ runner.os }}-dataloader-dd
0 commit comments