Skip to content

Commit

Permalink
ci: bump actions/checkout (#981)
Browse files Browse the repository at this point in the history
  • Loading branch information
piwysocki committed Mar 29, 2023
1 parent 170350e commit a797c3b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Expand Up @@ -10,7 +10,7 @@ jobs:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: latest
Expand All @@ -35,7 +35,7 @@ jobs:
coverage: true
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
Expand Down

0 comments on commit a797c3b

Please sign in to comment.