Skip to content

Commit

Permalink
build: actions/checkout@v4
Browse files Browse the repository at this point in the history
  • Loading branch information
dougwilson committed Nov 2, 2023
1 parent 02d1c39 commit a229207
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Expand Up @@ -113,7 +113,7 @@ jobs:
node-version: "19.9"

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

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

- name: Install lcov
shell: bash
Expand Down

0 comments on commit a229207

Please sign in to comment.