Skip to content

Commit 1863143

Browse files
Bump actions/checkout from 6 to 7 (#1674)
Bumps [actions/checkout](https://github.com/actions/checkout) from 6 to 7. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v6...v7) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '7' 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 0eb1750 commit 1863143

12 files changed

Lines changed: 18 additions & 18 deletions

.github/workflows/docker-in-docker-daemon-startup-bulk-test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
fail-fast: false
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: actions/checkout@v6
16+
- uses: actions/checkout@v7
1717

1818
- name: "Install latest devcontainer CLI"
1919
run: npm install -g @devcontainers/cli
@@ -28,7 +28,7 @@ jobs:
2828
fail-fast: false
2929
runs-on: ubuntu-latest
3030
steps:
31-
- uses: actions/checkout@v6
31+
- uses: actions/checkout@v7
3232

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

.github/workflows/linter-automated.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
shellchecker:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@v6
12+
- uses: actions/checkout@v7
1313

1414
- name: Shell Linter
1515
uses: azohra/shell-linter@v0.8.0

.github/workflows/linter-manual.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
shellchecker:
1616
runs-on: ubuntu-latest
1717
steps:
18-
- uses: actions/checkout@v6
18+
- uses: actions/checkout@v7
1919

2020
- name: Shell Linter
2121
uses: azohra/shell-linter@v0.8.0

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
packages: write
1414
contents: write
1515
steps:
16-
- uses: actions/checkout@v6
16+
- uses: actions/checkout@v7
1717

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

.github/workflows/test-all.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
"mcr.microsoft.com/devcontainers/base:noble"
5252
]
5353
steps:
54-
- uses: actions/checkout@v6
54+
- uses: actions/checkout@v7
5555

5656
- name: "Install latest devcontainer CLI"
5757
run: npm install -g @devcontainers/cli
@@ -95,7 +95,7 @@ jobs:
9595
"nix",
9696
]
9797
steps:
98-
- uses: actions/checkout@v6
98+
- uses: actions/checkout@v7
9999

100100
- name: "Install latest devcontainer CLI"
101101
run: npm install -g @devcontainers/cli
@@ -107,7 +107,7 @@ jobs:
107107
runs-on: ubuntu-latest
108108
continue-on-error: true
109109
steps:
110-
- uses: actions/checkout@v6
110+
- uses: actions/checkout@v7
111111

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

.github/workflows/test-manual.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
test:
2020
runs-on: ubuntu-latest
2121
steps:
22-
- uses: actions/checkout@v6
22+
- uses: actions/checkout@v7
2323

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

.github/workflows/test-pr-arm64.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
- features: docker-in-docker
5252
baseImage: mcr.microsoft.com/devcontainers/base:ubuntu
5353
steps:
54-
- uses: actions/checkout@v6
54+
- uses: actions/checkout@v7
5555

5656
- name: "Load erofs module and verify"
5757
run: sudo modprobe erofs && grep erofs /proc/filesystems
@@ -70,7 +70,7 @@ jobs:
7070
matrix:
7171
features: ${{ fromJSON(needs.detect-changes.outputs.features) }}
7272
steps:
73-
- uses: actions/checkout@v6
73+
- uses: actions/checkout@v7
7474

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

.github/workflows/test-pr.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
- features: docker-outside-of-docker
7272
baseImage: mcr.microsoft.com/devcontainers/base:ubuntu
7373
steps:
74-
- uses: actions/checkout@v6
74+
- uses: actions/checkout@v7
7575

7676
- name: "Install latest devcontainer CLI"
7777
run: npm install -g @devcontainers/cli
@@ -87,7 +87,7 @@ jobs:
8787
matrix:
8888
features: ${{ fromJSON(needs.detect-changes.outputs.features) }}
8989
steps:
90-
- uses: actions/checkout@v6
90+
- uses: actions/checkout@v7
9191

9292
- name: "Install latest devcontainer CLI"
9393
run: npm install -g @devcontainers/cli
@@ -116,7 +116,7 @@ jobs:
116116
- docker_with_default_iptables
117117
- docker_with_default_iptables_ubuntu
118118
steps:
119-
- uses: actions/checkout@v6
119+
- uses: actions/checkout@v7
120120

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

.github/workflows/update-aws-cli-completer-scripts.yml

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

1717
- name: Run fetch-latest-completer-scripts.sh
1818
run: src/aws-cli/scripts/fetch-latest-completer-scripts.sh

.github/workflows/update-documentation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
pull-requests: write
1515
if: "github.ref == 'refs/heads/main'"
1616
steps:
17-
- uses: actions/checkout@v6
17+
- uses: actions/checkout@v7
1818

1919
- name: Generate Documentation
2020
uses: devcontainers/action@v1

0 commit comments

Comments
 (0)