Skip to content

Commit

Permalink
Bump actions/checkout from 2.3.4 to 2.4.0 (#22)
Browse files Browse the repository at this point in the history
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 3, 2021
1 parent a9c56fb commit 3317970
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
name: Release Drafter
steps:
- name: Checkout the repository
uses: actions/checkout@v2.3.4
uses: actions/checkout@v2.4.0
with:
fetch-depth: 0

Expand Down
14 changes: 7 additions & 7 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
name: Lint
steps:
- name: Checkout the repository
uses: actions/checkout@v2.3.4
uses: actions/checkout@v2.4.0

- name: Run ShellCheck
uses: ludeeus/action-shellcheck@master
Expand All @@ -30,7 +30,7 @@ jobs:
- hacs/integration
steps:
- name: Checkout the repository
uses: actions/checkout@v2.3.4
uses: actions/checkout@v2.4.0

- name: HACS Action
uses: ./
Expand All @@ -49,7 +49,7 @@ jobs:
- home-assistant-community-themes/template
steps:
- name: Checkout the repository
uses: actions/checkout@v2.3.4
uses: actions/checkout@v2.4.0

- name: HACS Action
uses: ./
Expand All @@ -69,7 +69,7 @@ jobs:
- custom-cards/boilerplate-card
steps:
- name: Checkout the repository
uses: actions/checkout@v2.3.4
uses: actions/checkout@v2.4.0

- name: HACS Action
uses: ./
Expand All @@ -90,7 +90,7 @@ jobs:
- net-daemon/netdaemon-app-template
steps:
- name: Checkout the repository
uses: actions/checkout@v2.3.4
uses: actions/checkout@v2.4.0

- name: HACS Action
uses: ./
Expand All @@ -110,7 +110,7 @@ jobs:
- ludeeus/ad-hacs
steps:
- name: Checkout the repository
uses: actions/checkout@v2.3.4
uses: actions/checkout@v2.4.0

- name: HACS Action
uses: ./
Expand All @@ -130,7 +130,7 @@ jobs:
- ludeeus/ps-hacs
steps:
- name: Checkout the repository
uses: actions/checkout@v2.3.4
uses: actions/checkout@v2.4.0

- name: HACS Action
uses: ./
Expand Down

0 comments on commit 3317970

Please sign in to comment.