Skip to content

Commit e71b5ee

Browse files
Bump actions/checkout from 5 to 6 (#12)
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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 02d99f7 commit e71b5ee

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262

6363
steps:
6464
- name: Checkout
65-
uses: actions/checkout@v5
65+
uses: actions/checkout@v6
6666

6767
- name: Setup Node.js
6868
uses: actions/setup-node@v6
@@ -129,7 +129,7 @@ jobs:
129129

130130
steps:
131131
- name: Checkout
132-
uses: actions/checkout@v5
132+
uses: actions/checkout@v6
133133
with:
134134
fetch-depth: 0
135135

0 commit comments

Comments
 (0)