Skip to content

Commit 2f268d9

Browse files
Merge pull request #20172 from mozilla/dependabot/github_actions/actions/setup-node-6.3.0
chore(deps): bump actions/setup-node from 6.2.0 to 6.3.0
2 parents 14462a3 + ea95de3 commit 2f268d9

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/deploy-storybooks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
echo "Comparing against merge-base: $MERGE_BASE"
4141
4242
- name: Setup Node.js
43-
uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6
43+
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6
4444
with:
4545
node-version: '22'
4646
cache: 'yarn'

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
git describe --tags --exact-match | grep -Fx "$GIT_TAG"
9090
git show -s --format='%H %D' HEAD
9191
92-
- uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6
92+
- uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6
9393
with:
9494
cache: yarn
9595

.github/workflows/l10n-gettext-extract.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
sudo apt update
1313
sudo apt install gettext -y
1414
- name: Set up Node
15-
uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6
15+
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6
1616
with:
1717
node-version: 18
1818
- name: Install global npm packages

0 commit comments

Comments
 (0)