Skip to content

Commit a725458

Browse files
committed
chore(deps): update actions/setup-node action to v5
1 parent 9c41a6f commit a725458

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@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
11+
uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0.0
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@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
27+
uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0.0
2828
with:
2929
cache: yarn
3030
cache-dependency-path: ${{ inputs.cache-dependency-path }}

0 commit comments

Comments
 (0)