Skip to content

Commit

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

Bump actions/checkout from 2 to 3
  • Loading branch information
caiosweet authored Sep 23, 2022
2 parents 4acec24 + adf4e79 commit 817b17a
Showing 1 changed file with 2 additions and 2 deletions.
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@v2"
uses: "actions/checkout@v3"

- 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@v3"

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

0 comments on commit 817b17a

Please sign in to comment.