Skip to content

Commit 1c0e0a6

Browse files
authored
Merge pull request #374 from Shopify/dependabot/github_actions/actions/setup-node-4.4.0
Bump actions/setup-node from 3.9.1 to 4.4.0
2 parents 19b2e62 + 2f979e4 commit 1c0e0a6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci-typescript.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: Check out code
1414
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
1515
- name: Setup Node
16-
uses: actions/setup-node@3235b876344d2a9aa001b8d1453c930bba69e610 # v3.9.1
16+
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
1717
with:
1818
node-version: 20
1919
- name: Setup PNPM

.github/workflows/npm-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
with:
2525
token: ${{ secrets.SHOPIFY_GH_ACCESS_TOKEN }}
2626
- name: Setup Node
27-
uses: actions/setup-node@3235b876344d2a9aa001b8d1453c930bba69e610 # v3.9.1
27+
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
2828
with:
2929
node-version: 20
3030
- name: Setup PNPM

0 commit comments

Comments
 (0)