Skip to content

Commit e33c152

Browse files
committed
chore(project): set explicit versions
1 parent f160ff6 commit e33c152

File tree

1 file changed

+2
-2
lines changed
  • .github/actions/setup-node-and-yarn-cache

1 file changed

+2
-2
lines changed

.github/actions/setup-node-and-yarn-cache/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ runs:
88
using: "composite"
99
steps:
1010
- name: Setup Node
11-
uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4
11+
uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.4
1212
env:
1313
# https://github.com/actions/setup-node/issues/733#issuecomment-1489952874
1414
# https://github.com/actions/cache/blob/04f198bf0b2a39f7230a4304bf07747a0bddf146/tips-and-workarounds.md#cache-segment-restore-timeout
@@ -24,7 +24,7 @@ runs:
2424
# Yarn dependencies cannot be cached until yarn is installed
2525
# WORKAROUND: https://github.com/actions/setup-node/issues/531
2626
- name: Extract cached dependencies
27-
uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4
27+
uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.4
2828
with:
2929
cache: yarn
3030
cache-dependency-path: ${{ inputs.cache-dependency-path }}

0 commit comments

Comments
 (0)