Skip to content

Commit 14ecdb2

Browse files
authored
Merge pull request #610 from Shopify/dependabot/github_actions/actions-71e2baefbc
2 parents f3ac5f0 + 7edb34e commit 14ecdb2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/github-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- uses: actions/checkout@v4
1414

1515
- name: Setup Node.js environment
16-
uses: actions/[email protected].1
16+
uses: actions/[email protected].2
1717
with:
1818
node-version: '16'
1919
check-version: true

.github/workflows/node.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
- uses: actions/checkout@v4
1111

1212
- name: Setup Node.js environment
13-
uses: actions/[email protected].1
13+
uses: actions/[email protected].2
1414
with:
1515
node-version: '16'
1616
check-latest: true

0 commit comments

Comments
 (0)