Skip to content

Commit d33eac3

Browse files
chore(deps): bump actions/checkout from 4 to 5 (#7)
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 0a1a774 commit d33eac3

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/node.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
timeout-minutes: 5
1616

1717
steps:
18-
- uses: actions/checkout@v4
18+
- uses: actions/checkout@v5
1919
with:
2020
persist-credentials: false
2121

@@ -37,7 +37,7 @@ jobs:
3737
timeout-minutes: 5
3838

3939
steps:
40-
- uses: actions/checkout@v4
40+
- uses: actions/checkout@v5
4141
with:
4242
persist-credentials: false
4343

@@ -67,7 +67,7 @@ jobs:
6767
- test
6868

6969
steps:
70-
- uses: actions/checkout@v4
70+
- uses: actions/checkout@v5
7171
with:
7272
fetch-depth: 0
7373
persist-credentials: false
@@ -131,7 +131,7 @@ jobs:
131131
timeout-minutes: 15
132132

133133
steps:
134-
- uses: actions/checkout@v4
134+
- uses: actions/checkout@v5
135135
with:
136136
persist-credentials: false
137137
- name: Use Node.js 22.x
@@ -161,7 +161,7 @@ jobs:
161161
timeout-minutes: 15
162162

163163
steps:
164-
- uses: actions/checkout@v4
164+
- uses: actions/checkout@v5
165165
with:
166166
persist-credentials: false
167167
- name: Use Node.js 22.x

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
timeout-minutes: 15
1212

1313
steps:
14-
- uses: actions/checkout@v4
14+
- uses: actions/checkout@v5
1515
with:
1616
fetch-depth: 0
1717
persist-credentials: false

0 commit comments

Comments
 (0)