Skip to content

Commit

Permalink
Bump actions/checkout from 2 to 4.1.7 (#59)
Browse files Browse the repository at this point in the history
* Bump actions/checkout from 2 to 4

Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v2...v4)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>

* Apply suggestions from code review

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Joakim Sørensen <[email protected]>
  • Loading branch information
dependabot[bot] and ludeeus authored Jul 22, 2024
1 parent b2f7546 commit 4bf77cd
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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:
runs-on: ubuntu-latest
steps:
- name: 📥 Checkout the repository
uses: actions/checkout@v2
uses: actions/checkout@v4.1.7
with:
fetch-depth: 0

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
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@v2
uses: actions/checkout@v4.1.7

- name: 🔢 Get release version
id: version
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
name: With hassfest
steps:
- name: 📥 Checkout the repository
uses: actions/checkout@v2
uses: actions/checkout@v4.1.7

- name: ✅ Hassfest validation
uses: "home-assistant/actions/hassfest@master"
Expand All @@ -26,7 +26,7 @@ jobs:
name: With HACS Action
steps:
- name: 📥 Checkout the repository
uses: actions/checkout@v2
uses: actions/checkout@v4.1.7

- name: ✅ HACS validation
uses: hacs/action@main
Expand Down

0 comments on commit 4bf77cd

Please sign in to comment.