Skip to content

Commit 117835d

Browse files
Bump actions/checkout from 4 to 5 (#351)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8166eae commit 117835d

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
name: Lint
2323
runs-on: ubuntu-latest
2424
steps:
25-
- uses: actions/checkout@v4
25+
- uses: actions/checkout@v5
2626
with:
2727
persist-credentials: false
2828
- name: Setup Node.js
@@ -44,7 +44,7 @@ jobs:
4444
os: [ubuntu-latest, windows-latest, macos-latest]
4545
runs-on: ${{ matrix.os }}
4646
steps:
47-
- uses: actions/checkout@v4
47+
- uses: actions/checkout@v5
4848
with:
4949
persist-credentials: false
5050

@@ -157,7 +157,7 @@ jobs:
157157

158158
runs-on: ${{ matrix.os }}
159159
steps:
160-
- uses: actions/checkout@v4
160+
- uses: actions/checkout@v5
161161
with:
162162
persist-credentials: false
163163

@@ -209,7 +209,7 @@ jobs:
209209
contents: read
210210
checks: write
211211
steps:
212-
- uses: actions/checkout@v4
212+
- uses: actions/checkout@v5
213213

214214
- name: Install lcov
215215
shell: bash
@@ -239,7 +239,7 @@ jobs:
239239

240240
runs-on: ubuntu-latest
241241
steps:
242-
- uses: actions/checkout@v4
242+
- uses: actions/checkout@v5
243243
with:
244244
persist-credentials: false
245245

.github/workflows/codeql.yml

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

4040
steps:
4141
- name: Checkout repository
42-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
42+
uses: actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493 # v4.2.2
4343
with:
4444
persist-credentials: false
4545

.github/workflows/iojs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
npm-rm: 'iconv'
3535

3636
steps:
37-
- uses: actions/checkout@v4
37+
- uses: actions/checkout@v5
3838

3939
- name: Install iojs ${{ matrix.node-version }}
4040
shell: bash -eo pipefail -l {0}

0 commit comments

Comments
 (0)