Skip to content
This repository was archived by the owner on Jan 16, 2026. It is now read-only.

Commit d4aa323

Browse files
Bump actions/checkout from 5 to 6 in the major group (#276)
Bumps the major group with 1 update: [actions/checkout](https://github.com/actions/checkout). Updates `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 dependency-group: major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent cbb7ab2 commit d4aa323

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
runs-on: namespace-profile-ubuntu-2-cores
1818

1919
steps:
20-
- uses: actions/checkout@v5
20+
- uses: actions/checkout@v6
2121

2222
- uses: actions/setup-node@v6
2323
with:
@@ -39,7 +39,7 @@ jobs:
3939
if: false
4040

4141
steps:
42-
- uses: actions/checkout@v5
42+
- uses: actions/checkout@v6
4343

4444
- uses: actions/setup-node@v6
4545
with:
@@ -60,7 +60,7 @@ jobs:
6060
if: false
6161

6262
steps:
63-
- uses: actions/checkout@v5
63+
- uses: actions/checkout@v6
6464

6565
- uses: actions/setup-node@v6
6666
with:

.github/workflows/update-dev-branch.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
runs-on: namespace-profile-ubuntu-2-cores
2020

2121
steps:
22-
- uses: actions/checkout@v5
22+
- uses: actions/checkout@v6
2323
- shell: bash
2424
run: |
2525
# checkout our branch

0 commit comments

Comments
 (0)