Skip to content

Commit 2085df3

Browse files
committed
chore(ci): update cache action version for npm in static code validation workflow
1 parent bcda869 commit 2085df3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ciStaticCodeValidation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
fi
4848
4949
- name: Cache npm (sf CLI)
50-
uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9
50+
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809
5151
with:
5252
path: ~/.npm
5353
key: npm-${{ runner.os }}-sf-cli-$SF_CLI_VERSION-${{ steps.cachekey.outputs.suffix }}

0 commit comments

Comments
 (0)