Skip to content

Commit 5221f74

Browse files
Bump actions/checkout from 6 to 7
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>
1 parent f606da5 commit 5221f74

7 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/build-beta.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
steps:
1616
-
1717
name: Checkout
18-
uses: actions/checkout@v6
18+
uses: actions/checkout@v7
1919
-
2020
name: Set up dynamic build ARGs
2121
id: getargs

.github/workflows/build-latest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
steps:
1616
-
1717
name: Checkout
18-
uses: actions/checkout@v6
18+
uses: actions/checkout@v7
1919
-
2020
name: Set up dynamic build ARGs
2121
id: getargs

.github/workflows/build-official.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
steps:
1616
-
1717
name: Checkout
18-
uses: actions/checkout@v6
18+
uses: actions/checkout@v7
1919
-
2020
name: Set up dynamic build ARGs
2121
id: getargs

.github/workflows/build-tag.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
steps:
1818
-
1919
name: Checkout
20-
uses: actions/checkout@v6
20+
uses: actions/checkout@v7
2121
-
2222
name: Set up dynamic build ARGs
2323
id: getargs

.github/workflows/hadolint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
actions: read # only required for a private repository by github/codeql-action/upload-sarif to get the Action run status
3131
steps:
3232
- name: Checkout code
33-
uses: actions/checkout@v6
33+
uses: actions/checkout@v7
3434

3535
- name: Run hadolint
3636
uses: hadolint/hadolint-action@v3.3.0

.github/workflows/hub-description-tag.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
-
14-
uses: actions/checkout@v6
14+
uses: actions/checkout@v7
1515
-
1616
name: Docker Hub Description
1717
uses: peter-evans/dockerhub-description@v5

.github/workflows/hub-description.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
steps:
1616
-
17-
uses: actions/checkout@v6
17+
uses: actions/checkout@v7
1818
-
1919
name: Docker Hub Description
2020
uses: peter-evans/dockerhub-description@v5

0 commit comments

Comments
 (0)