Skip to content

Commit

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

Bump actions/checkout from 4.1.5 to 4.1.6
  • Loading branch information
ankohanse authored May 20, 2024
2 parents 8e68a7a + 3e18c46 commit ff8e6fd
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/checkout@v4.1.5"
uses: "actions/checkout@v4.1.6"

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

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

0 comments on commit ff8e6fd

Please sign in to comment.