Skip to content

Commit

Permalink
build: actions/checkout@v3
Browse files Browse the repository at this point in the history
  • Loading branch information
dougwilson committed Oct 19, 2022
1 parent 48e18ea commit 9f44f7b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ jobs:
node-version: "18.10"

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- name: Install Node.js ${{ matrix.node-version }}
shell: bash -eo pipefail -l {0}
Expand Down Expand Up @@ -200,7 +200,7 @@ jobs:
needs: test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- name: Install lcov
shell: bash
Expand Down

0 comments on commit 9f44f7b

Please sign in to comment.