We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24ca08c commit 1fc1d06Copy full SHA for 1fc1d06
.github/workflows/main.yml
@@ -12,7 +12,7 @@ jobs:
12
steps:
13
- uses: actions/checkout@v4
14
15
- - uses: actions/cache@v3
+ - uses: actions/cache@v4
16
with:
17
path: |
18
.build
@@ -21,7 +21,7 @@ jobs:
21
restore-keys: |
22
${{ runner.os }}-spm-v1-
23
24
25
26
path: BuildTools/.build
27
key: ${{ runner.os }}-spm-v1-${{ hashFiles('BuildTools/Package.resolved') }}
0 commit comments