Skip to content

Commit 9c912d7

Browse files
Bump actions/checkout from 3 to 4 (#38)
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v3...v4) --- updated-dependencies: - dependency-name: actions/checkout 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 bf3ed10 commit 9c912d7

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.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@v3
15+
- uses: actions/checkout@v4
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
@@ -22,7 +22,7 @@ jobs:
2222
- mcr.microsoft.com/devcontainers/base:debian
2323
- mcr.microsoft.com/cbl-mariner/base/core:2.0
2424
steps:
25-
- uses: actions/checkout@v3
25+
- uses: actions/checkout@v4
2626

2727
- name: "Install latest devcontainer CLI"
2828
run: npm install -g @devcontainers/cli
@@ -34,7 +34,7 @@ jobs:
3434
runs-on: ubuntu-latest
3535
continue-on-error: true
3636
steps:
37-
- uses: actions/checkout@v3
37+
- uses: actions/checkout@v4
3838

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

.github/workflows/test-pr.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
"mcr.microsoft.com/cbl-mariner/base/core:2.0",
3535
]
3636
steps:
37-
- uses: actions/checkout@v3
37+
- uses: actions/checkout@v4
3838

3939
- name: "Install latest devcontainer CLI"
4040
run: npm install -g @devcontainers/cli
@@ -50,7 +50,7 @@ jobs:
5050
matrix:
5151
features: ${{ fromJSON(needs.detect-changes.outputs.features) }}
5252
steps:
53-
- uses: actions/checkout@v3
53+
- uses: actions/checkout@v4
5454

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

0 commit comments

Comments
 (0)