Skip to content

Commit 7a79a0f

Browse files
bmunkholmamotl
authored andcommitted
Update main.yml to use actions/cache@4 (@1 deprecated)
This needs to be tested.
1 parent e02ef68 commit 7a79a0f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,15 +36,15 @@ jobs:
3636
submodules: true
3737

3838
- name: NuGet Cache
39-
uses: actions/cache@v1
39+
uses: actions/cache@v4
4040
with:
4141
path: ~/.nuget/packages
4242
key: ${{ runner.os }}-nuget-${{ hashFiles('**/Directory.Build.targets') }}
4343
restore-keys: |
4444
${{ runner.os }}-nuget-
4545
4646
- name: cr8 Cache
47-
uses: actions/cache@v1
47+
uses: actions/cache@v4
4848
with:
4949
path: ~/.cache/cr8/crates
5050
key: cr8-4.2.x

0 commit comments

Comments
 (0)