Skip to content

Commit 1050bd1

Browse files
Bump actions/checkout from 3.5.1 to 3.5.2 (#133)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a78a2fa commit 1050bd1

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.1
31+
uses: actions/checkout@v3.5.2
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.1
54+
uses: actions/checkout@v3.5.2
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.1
93+
uses: actions/checkout@v3.5.2
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.1
19+
uses: actions/checkout@v3.5.2
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.1
36+
uses: actions/checkout@v3.5.2
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.1
47+
uses: actions/checkout@v3.5.2
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.1
14+
uses: actions/checkout@v3.5.2
1515
with:
1616
fetch-depth: 0
1717

0 commit comments

Comments
 (0)