Skip to content

Commit e2c2e4d

Browse files
Bump actions/checkout from 4 to 5 (#150)
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' 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 f2e708b commit e2c2e4d

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@v4
18+
uses: actions/checkout@v5
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@v4
18+
uses: actions/checkout@v5
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@v4
18+
uses: actions/checkout@v5
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
@@ -12,7 +12,7 @@ jobs:
1212
steps:
1313
-
1414
name: Checkout
15-
uses: actions/checkout@v4
15+
uses: actions/checkout@v5
1616
-
1717
name: Set up dynamic build ARGs
1818
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@v4
33+
uses: actions/checkout@v5
3434

3535
- name: Run hadolint
3636
uses: hadolint/hadolint-action@v3.1.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@v4
14+
uses: actions/checkout@v5
1515
-
1616
name: Docker Hub Description
1717
uses: peter-evans/dockerhub-description@v4

.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@v4
17+
uses: actions/checkout@v5
1818
-
1919
name: Docker Hub Description
2020
uses: peter-evans/dockerhub-description@v4

0 commit comments

Comments
 (0)