Skip to content

Commit fd1e10d

Browse files
build(deps): bump actions/checkout from 4.2.2 to 5.0.0 (#77)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6a04dc1 commit fd1e10d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
node-version: "22"
4747

4848
steps:
49-
- uses: actions/checkout@v4.2.2
49+
- uses: actions/checkout@v5.0.0
5050

5151
- name: Install Node.js ${{ matrix.node-version }}
5252
shell: bash -eo pipefail -l {0}

.github/workflows/codeql.yml

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

4242
steps:
4343
- name: Checkout repository
44-
uses: actions/checkout@v4.2.2
44+
uses: actions/checkout@v5.0.0
4545

4646
# Initializes the CodeQL tools for scanning.
4747
- name: Initialize CodeQL

.github/workflows/scorecard.yml

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

3333
steps:
3434
- name: "Checkout code"
35-
uses: actions/checkout@85e6279cec87321a52edac9c87bce653a07cf6c2 # v3.6.0
35+
uses: actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493 # v3.6.0
3636
with:
3737
persist-credentials: false
3838

0 commit comments

Comments
 (0)