Skip to content

Commit 5788f7b

Browse files
Bump actions/checkout from 3.0.0 to 3.0.1 (#104)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent bd86383 commit 5788f7b

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

.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.0.0
31+
uses: actions/checkout@v3.0.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.0.0
54+
uses: actions/checkout@v3.0.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.0.0
93+
uses: actions/checkout@v3.0.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.0.0
19+
uses: actions/checkout@v3.0.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.0.0
36+
uses: actions/checkout@v3.0.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.0.0
47+
uses: actions/checkout@v3.0.1
4848

4949
- name: Run linter
5050
uses: ludeeus/action-shellcheck@1.1.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.0.0
14+
uses: actions/checkout@v3.0.1
1515
with:
1616
fetch-depth: 0
1717

0 commit comments

Comments
 (0)