Skip to content

Commit c3cfd0e

Browse files
chore(deps): bump actions/checkout from 5 to 6 (#354)
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 0bea3b6 commit c3cfd0e

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
@@ -17,7 +17,7 @@ jobs:
1717
build-client:
1818
runs-on: ubuntu-latest
1919
steps:
20-
- uses: actions/checkout@v5
20+
- uses: actions/checkout@v6
2121
- name: Enable Corepack
2222
run: corepack enable
2323
- name: node
@@ -59,7 +59,7 @@ jobs:
5959
attestations: write
6060
steps:
6161
- name: Checkout repository
62-
uses: actions/checkout@v5
62+
uses: actions/checkout@v6
6363

6464
- name: Log in to the Container registry
6565
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef

0 commit comments

Comments
 (0)