Skip to content

Commit

Permalink
Merge pull request #78 from Shopify/silence_nodejs_warning
Browse files Browse the repository at this point in the history
Silence NodeJS Version Warning: Update GitHub Actions checkout version
  • Loading branch information
charlespwd authored Jan 5, 2024
2 parents 8d3d401 + f4e4108 commit 794c232
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ jobs:
name: ${{ matrix.job_name }}

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- uses: actions/checkout@v4
with:
repository: "shopify/dawn"
path: "./dawn"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
name: Lighthouse
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Lighthouse
uses: shopify/lighthouse-ci-action@v1
with:
Expand Down

0 comments on commit 794c232

Please sign in to comment.