Skip to content

Commit acfa05a

Browse files
Bump actions/checkout from 2 to 2.3.4 (#95)
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 2.3.4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v2...v2.3.4) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d3f21f7 commit acfa05a

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

.github/workflows/hadolint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ jobs:
1111
name: lint
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/checkout@v2
14+
- uses: actions/checkout@v2.3.4
1515
- uses: brpaz/[email protected]

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
architectures: ${{ steps.info.outputs.architectures }}
1919
steps:
2020
- name: Checkout the repository
21-
uses: actions/checkout@v2
21+
uses: actions/checkout@v2.3.4
2222

2323
- name: Get information
2424
id: info
@@ -34,7 +34,7 @@ jobs:
3434
architecture: ${{ fromJson(needs.init.outputs.architectures) }}
3535
steps:
3636
- name: Checkout the repository
37-
uses: actions/checkout@v2
37+
uses: actions/checkout@v2.3.4
3838

3939
- uses: olegtarasov/[email protected]
4040
if: github.event_name == 'release'

.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@v2
14+
uses: actions/checkout@v2.3.4
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
@@ -11,6 +11,6 @@ jobs:
1111
name: Shellcheck
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/checkout@v2
14+
- uses: actions/checkout@v2.3.4
1515
- name: Run ShellCheck
1616
uses: ludeeus/action-shellcheck@master

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
architectures: ${{ steps.info.outputs.architectures }}
1212
steps:
1313
- name: Checkout the repository
14-
uses: actions/checkout@v2
14+
uses: actions/checkout@v2.3.4
1515

1616
- name: Get information
1717
id: info
@@ -27,7 +27,7 @@ jobs:
2727
architecture: ${{ fromJson(needs.init.outputs.architectures) }}
2828
steps:
2929
- name: Checkout the repository
30-
uses: actions/checkout@v2
30+
uses: actions/checkout@v2.3.4
3131

3232
- name: Build the builder
3333
uses: home-assistant/builder@master

0 commit comments

Comments
 (0)