Skip to content

Commit

Permalink
Merge pull request #27 from ankohanse/dependabot/github_actions/actio…
Browse files Browse the repository at this point in the history
…ns/checkout-4.1.4

Bump actions/checkout from 4.1.2 to 4.1.4
  • Loading branch information
ankohanse authored Apr 29, 2024
2 parents 176e01a + f19a48c commit 6d7269f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: "ubuntu-latest"
steps:
- name: "Checkout the repository"
uses: "actions/[email protected].2"
uses: "actions/[email protected].4"

- name: "Run hassfest validation"
uses: "home-assistant/actions/hassfest@master"
Expand All @@ -23,7 +23,7 @@ jobs:
runs-on: "ubuntu-latest"
steps:
- name: "Checkout the repository"
uses: "actions/[email protected].2"
uses: "actions/[email protected].4"

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

0 comments on commit 6d7269f

Please sign in to comment.