Skip to content

Commit 119b02e

Browse files
Bump actions/checkout from 3.5.2 to 3.5.3 (#112)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 452ba9f commit 119b02e

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@v3.5.2
31+
uses: actions/checkout@v3.5.3
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.2
54+
uses: actions/checkout@v3.5.3
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.2
93+
uses: actions/checkout@v3.5.3
9494

9595
- name: Initialize git
9696
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@v3.5.2
12+
- uses: actions/checkout@v3.5.3
1313
- uses: brpaz/hadolint-action@v1.5.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.2
14+
uses: actions/checkout@v3.5.3
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@v3.5.2
18+
uses: actions/checkout@v3.5.3
1919

2020
- name: Run linter
2121
uses: ludeeus/action-shellcheck@2.0.0

0 commit comments

Comments
 (0)