Skip to content

Commit e346e56

Browse files
chore(deps): update actions/cache action to v4
1 parent 4bafc82 commit e346e56

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
steps:
1313
- uses: actions/checkout@v4
1414

15-
- uses: actions/cache@v3
15+
- uses: actions/cache@v4
1616
with:
1717
path: |
1818
.build
@@ -21,7 +21,7 @@ jobs:
2121
restore-keys: |
2222
${{ runner.os }}-spm-v1-
2323
24-
- uses: actions/cache@v3
24+
- uses: actions/cache@v4
2525
with:
2626
path: BuildTools/.build
2727
key: ${{ runner.os }}-spm-v1-${{ hashFiles('BuildTools/Package.resolved') }}

0 commit comments

Comments
 (0)