Skip to content

Commit

Permalink
Merge pull request #610 from Shopify/dependabot/github_actions/action…
Browse files Browse the repository at this point in the history
…s-71e2baefbc
  • Loading branch information
sambostock committed Feb 7, 2024
2 parents f3ac5f0 + 7edb34e commit 14ecdb2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/github-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: actions/checkout@v4

- name: Setup Node.js environment
uses: actions/setup-node@v4.0.1
uses: actions/setup-node@v4.0.2
with:
node-version: '16'
check-version: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- uses: actions/checkout@v4

- name: Setup Node.js environment
uses: actions/setup-node@v4.0.1
uses: actions/setup-node@v4.0.2
with:
node-version: '16'
check-latest: true
Expand Down

0 comments on commit 14ecdb2

Please sign in to comment.