Skip to content

Commit

Permalink
Merge pull request #619 from w3c/dependabot/github_actions/actions/ch…
Browse files Browse the repository at this point in the history
…eckout-4

build(deps): bump actions/checkout from 3 to 4
  • Loading branch information
deniak authored Sep 11, 2023
2 parents 021550b + 194e446 commit 730db1a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
matrix:
node-version: [18.x, 20.x]
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3.8.1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
matrix:
node-version: [18.x, 20.x]
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3.8.1
with:
Expand Down

0 comments on commit 730db1a

Please sign in to comment.