Skip to content

Commit 8c42bee

Browse files
authored
chore: Update cache action (#111)
1 parent f1f57b5 commit 8c42bee

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
@@ -38,7 +38,7 @@ jobs:
3838
3939
- name: Esy cache
4040
id: esy-cache
41-
uses: actions/cache@v3.3.1
41+
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
4242
with:
4343
path: _export
4444
key: ${{ runner.os }}-esy-${{ hashFiles('esy.lock/index.json') }}

0 commit comments

Comments
 (0)