Skip to content

Commit 7679cfe

Browse files
committed
upgrade cache action
1 parent 9038b15 commit 7679cfe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/esy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
4444
- name: Esy cache
4545
id: esy-cache
46-
uses: actions/cache@v3.3.1
46+
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
4747
with:
4848
path: _export
4949
key: ${{ runner.os }}-esy-${{ hashFiles('esy.lock/index.json') }}

0 commit comments

Comments
 (0)