Skip to content

Commit 74972dc

Browse files
Merge pull request #361 from devops-actions/dependabot/github_actions/dot-github/workflows/actions/cache-4.3.0
Bump actions/cache from 4.2.3 to 4.3.0 in /.github/workflows
2 parents 22018c8 + 3aa29d1 commit 74972dc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/check-dist.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
with:
3232
node-version: 16.x
3333

34-
- uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
34+
- uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
3535
with:
3636
path: ~/.npm
3737
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
steps:
1616
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
1717

18-
- uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
18+
- uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
1919
with:
2020
path: ~/.npm
2121
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}

0 commit comments

Comments
 (0)