Skip to content

Commit ebe53d5

Browse files
build(deps): bump actions/checkout from 3 to 4
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. - [Release notes](https://github.com/actions/checkout/releases) - [Commits](actions/checkout@v3...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 05e57b7 commit ebe53d5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ jobs:
138138
node-version: "21.4"
139139

140140
steps:
141-
- uses: actions/checkout@v3
141+
- uses: actions/checkout@v4
142142

143143
- name: Install Node.js ${{ matrix.node-version }}
144144
shell: bash -eo pipefail -l {0}
@@ -230,7 +230,7 @@ jobs:
230230
needs: test
231231
runs-on: ubuntu-latest
232232
steps:
233-
- uses: actions/checkout@v3
233+
- uses: actions/checkout@v4
234234

235235
- name: Install lcov
236236
shell: bash

.github/workflows/scorecard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333

3434
steps:
3535
- name: "Checkout code"
36-
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.2
36+
uses: actions/checkout@85e6279cec87321a52edac9c87bce653a07cf6c2 # v4.1.2
3737
with:
3838
persist-credentials: false
3939

0 commit comments

Comments
 (0)