Skip to content

Commit 526deb6

Browse files
authored
Update actions/cache to latest version (#118)
This change cherry-picks the fix by Marco that updates the cache hash for the actions provided by Github.
2 parents 0c2fec2 + 2236d15 commit 526deb6

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/TestPWTCommands.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3535

3636
- name: "Defining cache"
37-
uses: actions/cache@937d24475381cd9c75ae6db12cb4e79714b926ed # v2
37+
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4
3838
env:
3939
cache-name: cache-node-modules
4040
with:

.github/workflows/UnitTests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3030

3131
- name: "Defining cache"
32-
uses: actions/cache@937d24475381cd9c75ae6db12cb4e79714b926ed # v2
32+
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4
3333
env:
3434
cache-name: cache-node-modules
3535
with:

0 commit comments

Comments
 (0)