We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b10cf93 commit a440741Copy full SHA for a440741
.github/workflows/safe-settings.yml
@@ -35,7 +35,7 @@ jobs:
35
ref: ${{ env.SAFE_SETTINGS_VERSION }}
36
path: ${{ env.SAFE_SETTINGS_CODE_DIR }}
37
persist-credentials: false
38
- - uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0
+ - uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
39
with:
40
cache: npm
41
cache-dependency-path: ${{ env.SAFE_SETTINGS_CODE_DIR }}/package-lock.json
0 commit comments