Skip to content

Commit 6156129

Browse files
committed
Bump actions/cache.
1 parent e75bd9d commit 6156129

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,15 +39,15 @@ jobs:
3939
run: echo "::set-output name=dir::$(yarn cache dir)"
4040

4141
- name: Cache Yarn
42-
uses: actions/cache@v1
42+
uses: actions/cache@v4
4343
with:
4444
path: ${{ steps.yarn-cache-dir-path.outputs.dir }}
4545
key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}
4646
restore-keys: |
4747
${{ runner.os }}-yarn-
4848
4949
- name: Cache Haxe
50-
uses: actions/cache@v1
50+
uses: actions/cache@v4
5151
with:
5252
path: ~/haxe
5353
key: haxe

0 commit comments

Comments
 (0)