Skip to content

Commit a594707

Browse files
authored
Merge branch 'main' into dependabot/npm_and_yarn/chalk-5.6.0
2 parents 4fea5bf + 189ce9b commit a594707

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)