Skip to content

Commit

Permalink
Merge pull request #660 from Shopify/dependabot/github_actions/action…
Browse files Browse the repository at this point in the history
…s-916932a5fa
  • Loading branch information
sambostock authored Sep 19, 2024
2 parents a78cd3c + ce2e24d commit 7277304
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.3
uses: actions/setup-node@v4.0.4
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.3
uses: actions/setup-node@v4.0.4
with:
node-version: '16'
check-latest: true
Expand Down

0 comments on commit 7277304

Please sign in to comment.