Skip to content

Commit

Permalink
build(deps): update actions/checkout action to v4 (#137)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored May 27, 2024
1 parent b641c0f commit e01e86e
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: "Checkout the repository"
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: "Check format"
uses: psf/black@stable
2 changes: 1 addition & 1 deletion .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
concurrency: deploy-docs-${{ github.ref }}
steps:
- name: "Checkout the repository"
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: "Install poetry"
run: pipx install poetry
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
pull-requests: write
steps:
- name: "Checkout the repository"
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: "Release Package 📦"
run: corepack enable && pnpm dlx @jcwillox/semantic-release-config
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/validate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
name: "Hassfest"
steps:
- name: "Checkout the repository"
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: "Validate Hassfest"
uses: home-assistant/actions/hassfest@master
Expand All @@ -27,7 +27,7 @@ jobs:
name: "HACS"
steps:
- name: "Checkout the repository"
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: "Validate HACS"
uses: hacs/action@main
Expand Down

0 comments on commit e01e86e

Please sign in to comment.