Skip to content

Commit 3102504

Browse files
authored
chore(deps): Bump actions/cache from b7e8d49f17405cc70c1c120101943203c98d3a4b to 565629816435f6c0b50676926c9b05c254113c0c (#64)
2 parents 0a92ad9 + f5ac045 commit 3102504

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,13 @@ jobs:
2929

3030
- name: 🗄 Cache node_modules
3131
id: cache-node_modules
32-
uses: actions/cache@b7e8d49f17405cc70c1c120101943203c98d3a4b # main
32+
uses: actions/cache@565629816435f6c0b50676926c9b05c254113c0c # main
3333
with:
3434
path: "**/node_modules"
3535
key: node_modules-${{ runner.os }}-${{ hashFiles('**/package-lock.json') }}
3636

3737
- name: 🗄 Cache .eslintcache
38-
uses: actions/cache@b7e8d49f17405cc70c1c120101943203c98d3a4b # main
38+
uses: actions/cache@565629816435f6c0b50676926c9b05c254113c0c # main
3939
with:
4040
path: .eslintcache
4141
key: eslintcache-${{ runner.os }}-${{ hashFiles('**/package-lock.json') }}

0 commit comments

Comments
 (0)