Skip to content

Commit 090d244

Browse files
Update actions/cache to v5.1.0
1 parent 84dc503 commit 090d244

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121

2222
- run: pnpm install --frozen-lockfile
2323

24-
- uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
24+
- uses: actions/cache@caa296126883cff596d87d8935842f9db880ef25 # v5.1.0
2525
with:
2626
path: downloads
2727
key: downloads-${{ hashFiles('Makefile') }}

.github/workflows/npm-publish-canary.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929

3030
- run: pnpm install --frozen-lockfile
3131

32-
- uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
32+
- uses: actions/cache@caa296126883cff596d87d8935842f9db880ef25 # v5.1.0
3333
with:
3434
path: downloads
3535
key: downloads-${{ hashFiles('Makefile') }}

.github/workflows/npm-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929

3030
- run: pnpm install --frozen-lockfile
3131

32-
- uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
32+
- uses: actions/cache@caa296126883cff596d87d8935842f9db880ef25 # v5.1.0
3333
with:
3434
path: downloads
3535
key: downloads-${{ hashFiles('Makefile') }}

0 commit comments

Comments
 (0)