Skip to content

Commit

Permalink
Bump actions/checkout from 3 to 4 (#46)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 11, 2024
1 parent 47870f5 commit 38880e7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: 📦 Checkout the repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: 📦 Set up Python
uses: actions/setup-python@v4.6.0
Expand All @@ -40,7 +40,7 @@ jobs:

steps:
- name: 📦 Checkout the repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: 🐒 Workaround for action runner limitation
if: matrix.target.name == 'Container'
Expand Down Expand Up @@ -88,7 +88,7 @@ jobs:

steps:
- name: Checkout the repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Create .HA_VERSION file
run: echo "${{ matrix.version.current }}" > .HA_VERSION
Expand Down

0 comments on commit 38880e7

Please sign in to comment.