Skip to content

Commit

Permalink
Silence NodeJS Version Warning: Update GitHub Actions checkout version
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesmengo committed Jan 5, 2024
1 parent 8d3d401 commit f4e4108
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 f4e4108

Please sign in to comment.