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 Feb 24, 2023
1 parent 14bc38f commit 33a76a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Expand Up @@ -118,7 +118,7 @@ jobs:
node-version: "19.7"

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 @@ -207,7 +207,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 33a76a9

Please sign in to comment.