Skip to content

Commit

Permalink
Merge pull request #5 from caiosweet/dependabot/github_actions/action…
Browse files Browse the repository at this point in the history
…s/checkout-4

Bump actions/checkout from 3 to 4
  • Loading branch information
caiosweet authored Feb 18, 2024
2 parents a43cd7c + c2a3ce0 commit 3e0659c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: 📥 Checkout the repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: 🔢 Get release version
id: version
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/validate.yaml
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@v3"
uses: "actions/checkout@v4"

- 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@v3"
uses: "actions/checkout@v4"

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

0 comments on commit 3e0659c

Please sign in to comment.