mirror of
https://github.com/zebrajr/express.git
synced 2025-12-06 00:19:48 +01:00
build: actions/checkout@v4
This commit is contained in:
parent
02d1c3916e
commit
a22920707b
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
|
@ -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}
|
||||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user