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 Jan 28, 2024
1 parent d9354ef commit 88e0f2e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Expand Up @@ -126,7 +126,7 @@ jobs:
node-version: "21.5"

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 @@ -215,7 +215,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 88e0f2e

Please sign in to comment.