Skip to content

Commit 1a75117

Browse files
Bump actions/checkout from 5 to 6
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]>
1 parent 995c7d9 commit 1a75117

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

.github/workflows/release-keyring.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
working-directory: src/artifacts-helper/codespaces_artifacts_helper_keyring
1313

1414
steps:
15-
- uses: actions/checkout@v5
15+
- uses: actions/checkout@v6
1616

1717
- uses: wntrblm/nox@main
1818
with:

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
packages: write
1313
pull-requests: write
1414
steps:
15-
- uses: actions/checkout@v5
15+
- uses: actions/checkout@v6
1616

1717
- name: "Publish Features"
1818
uses: devcontainers/action@v1

.github/workflows/test-all.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- mcr.microsoft.com/devcontainers/base:debian
2424
- mcr.microsoft.com/cbl-mariner/base/core:2.0
2525
steps:
26-
- uses: actions/checkout@v5
26+
- uses: actions/checkout@v6
2727

2828
- name: "Install latest devcontainer CLI"
2929
run: npm install -g @devcontainers/cli
@@ -35,7 +35,7 @@ jobs:
3535
runs-on: ubuntu-latest
3636
continue-on-error: true
3737
steps:
38-
- uses: actions/checkout@v5
38+
- uses: actions/checkout@v6
3939

4040
- name: "Install latest devcontainer CLI"
4141
run: npm install -g @devcontainers/cli

.github/workflows/test-keyring.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
outputs:
2525
session: ${{ steps.set-matrix.outputs.session }}
2626
steps:
27-
- uses: actions/checkout@v5
27+
- uses: actions/checkout@v6
2828

2929
- uses: wntrblm/nox@main
3030
with:
@@ -43,7 +43,7 @@ jobs:
4343
matrix:
4444
session: ${{ fromJson(needs.generate-jobs.outputs.session) }}
4545
steps:
46-
- uses: actions/checkout@v5
46+
- uses: actions/checkout@v6
4747

4848
- uses: wntrblm/nox@main
4949
with:

.github/workflows/test-pr.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
"mcr.microsoft.com/cbl-mariner/base/core:2.0",
3636
]
3737
steps:
38-
- uses: actions/checkout@v5
38+
- uses: actions/checkout@v6
3939

4040
- name: "Install latest devcontainer CLI"
4141
run: npm install -g @devcontainers/cli
@@ -51,7 +51,7 @@ jobs:
5151
matrix:
5252
features: ${{ fromJSON(needs.detect-changes.outputs.features) }}
5353
steps:
54-
- uses: actions/checkout@v5
54+
- uses: actions/checkout@v6
5555

5656
- name: "Install latest devcontainer CLI"
5757
run: npm install -g @devcontainers/cli

0 commit comments

Comments
 (0)