Skip to content

Commit a78a2fa

Browse files
Bump actions/checkout from 3.5.0 to 3.5.1 (#132)
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.5.0 to 3.5.1. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v3.5.0...v3.5.1) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 512ac46 commit a78a2fa

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
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@v3.5.0
31+
uses: actions/checkout@v3.5.1
3232
with:
3333
fetch-depth: 0
3434

@@ -51,7 +51,7 @@ jobs:
5151
arch: ${{ fromJson(needs.init.outputs.architectures) }}
5252
steps:
5353
- name: Checkout the repository
54-
uses: actions/checkout@v3.5.0
54+
uses: actions/checkout@v3.5.1
5555

5656
- name: Login to DockerHub
5757
if: needs.init.outputs.publish == 'true'
@@ -90,7 +90,7 @@ jobs:
9090
steps:
9191
- name: Checkout the repository
9292
if: needs.init.outputs.publish == 'true'
93-
uses: actions/checkout@v3.5.0
93+
uses: actions/checkout@v3.5.1
9494

9595
- name: Initialize git
9696
if: needs.init.outputs.publish == 'true'

.github/workflows/lint.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
name: hadolint
1717
steps:
1818
- name: Check out the repository
19-
uses: actions/checkout@v3.5.0
19+
uses: actions/checkout@v3.5.1
2020

2121
- name: Run linter
2222
id: changed_files
@@ -33,7 +33,7 @@ jobs:
3333
name: JQ
3434
steps:
3535
- name: Check out the repository
36-
uses: actions/checkout@v3.5.0
36+
uses: actions/checkout@v3.5.1
3737

3838
- name: Run linter
3939
run: |
@@ -44,7 +44,7 @@ jobs:
4444
name: ShellCheck
4545
steps:
4646
- name: Check out the repository
47-
uses: actions/checkout@v3.5.0
47+
uses: actions/checkout@v3.5.1
4848

4949
- name: Run linter
5050
uses: ludeeus/action-shellcheck@2.0.0

.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@v3.5.0
14+
uses: actions/checkout@v3.5.1
1515
with:
1616
fetch-depth: 0
1717

0 commit comments

Comments
 (0)