Skip to content

Commit 189ce9b

Browse files
authored
Merge pull request #890 from bmish/dependabot/github_actions/actions/checkout-5
2 parents 9fedf91 + 7b26e17 commit 189ce9b

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
@@ -23,7 +23,7 @@ jobs:
2323
node-version: [18.x, 20.x, 22.x, 23.x]
2424

2525
steps:
26-
- uses: actions/checkout@v4
26+
- uses: actions/checkout@v5
2727
with:
2828
persist-credentials: false
2929

.github/workflows/codeql.yml

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

3939
steps:
4040
- name: Checkout repository
41-
uses: actions/checkout@v4
41+
uses: actions/checkout@v5
4242
with:
4343
persist-credentials: false
4444

.github/workflows/release-please.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
id: release
2020
with:
2121
release-type: node
22-
- uses: actions/checkout@v4
22+
- uses: actions/checkout@v5
2323
if: ${{ steps.release.outputs.release_created }}
2424
- uses: actions/setup-node@v4
2525
with:

0 commit comments

Comments
 (0)