Skip to content

Commit 56d84d1

Browse files
chore(actions): update actions/cache action to v4
1 parent 3835e65 commit 56d84d1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/prereleased.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
steps:
6767
- uses: actions/checkout@v4
6868

69-
- uses: actions/cache@v3
69+
- uses: actions/cache@v4
7070
with:
7171
path: .build
7272
key: ${{ runner.os }}-spm-${{ hashFiles('**/Package.resolved') }}
@@ -152,7 +152,7 @@ jobs:
152152
steps:
153153
- uses: actions/checkout@v4
154154

155-
- uses: actions/cache@v3
155+
- uses: actions/cache@v4
156156
with:
157157
path: .build
158158
key: ${{ runner.os }}-spm-${{ hashFiles('**/Package.resolved') }}

.github/workflows/pull-request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
steps:
4949
- uses: actions/checkout@v4
5050

51-
- uses: actions/cache@v3
51+
- uses: actions/cache@v4
5252
with:
5353
path: .build
5454
key: ${{ runner.os }}-spm-${{ hashFiles('**/Package.resolved') }}

0 commit comments

Comments
 (0)