Skip to content

Commit 38b80fb

Browse files
Bump actions/checkout from 4.1.7 to 4.2.0 (#145)
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.7 to 4.2.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4.1.7...v4.2.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6b421f6 commit 38b80fb

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.github/workflows/builder.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
publish: ${{ steps.version.outputs.publish }}
2929
steps:
3030
- name: Checkout the repository
31-
uses: actions/checkout@v4.1.7
31+
uses: actions/checkout@v4.2.0
3232
with:
3333
fetch-depth: 0
3434

@@ -55,7 +55,7 @@ jobs:
5555
arch: ${{ fromJson(needs.init.outputs.architectures) }}
5656
steps:
5757
- name: Checkout the repository
58-
uses: actions/checkout@v4.1.7
58+
uses: actions/checkout@v4.2.0
5959

6060
- name: Login to GitHub Container Registry
6161
if: needs.init.outputs.publish == 'true'
@@ -86,7 +86,7 @@ jobs:
8686
steps:
8787
- name: Checkout the repository
8888
if: needs.init.outputs.publish == 'true'
89-
uses: actions/checkout@v4.1.7
89+
uses: actions/checkout@v4.2.0
9090

9191
- name: Initialize git
9292
if: needs.init.outputs.publish == 'true'

.github/workflows/hadolint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ jobs:
99
name: lint
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@v4.1.7
12+
- uses: actions/checkout@v4.2.0
1313
- uses: brpaz/[email protected]

.github/workflows/release-drafter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
name: Release Drafter
1212
steps:
1313
- name: Checkout the repository
14-
uses: actions/checkout@v4.1.7
14+
uses: actions/checkout@v4.2.0
1515
with:
1616
fetch-depth: 0
1717

.github/workflows/shellcheck.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
name: ShellCheck
1616
steps:
1717
- name: Check out the repository
18-
uses: actions/checkout@v4.1.7
18+
uses: actions/checkout@v4.2.0
1919

2020
- name: Run linter
2121
uses: ludeeus/[email protected]

0 commit comments

Comments
 (0)