Skip to content

Commit dbeaff1

Browse files
chore(deps): bump actions/checkout from 5 to 6 (#37)
Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v5...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' 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 52654a1 commit dbeaff1

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/node.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
timeout-minutes: 15
1313

1414
steps:
15-
- uses: actions/checkout@v5
15+
- uses: actions/checkout@v6
1616
with:
1717
persist-credentials: false
1818
- name: Use Node.js 22.x
@@ -42,7 +42,7 @@ jobs:
4242
timeout-minutes: 15
4343

4444
steps:
45-
- uses: actions/checkout@v5
45+
- uses: actions/checkout@v6
4646
with:
4747
persist-credentials: false
4848
- name: Use Node.js 22.x

.github/workflows/publish.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
contents: write
2929

3030
steps:
31-
- uses: actions/checkout@v5
31+
- uses: actions/checkout@v6
3232
with:
3333
fetch-depth: 0
3434
persist-credentials: false
@@ -110,7 +110,7 @@ jobs:
110110
id-token: write # scoped for as short as possible, as this gives write access to npm
111111

112112
steps:
113-
- uses: actions/checkout@v5
113+
- uses: actions/checkout@v6
114114
with:
115115
fetch-depth: 0
116116
persist-credentials: false

0 commit comments

Comments
 (0)