Skip to content

Commit

Permalink
Merge pull request #7 from ankohanse/dependabot/github_actions/action…
Browse files Browse the repository at this point in the history
…s/checkout-4.2.2

Bump actions/checkout from 4.2.1 to 4.2.2
  • Loading branch information
ankohanse authored Nov 7, 2024
2 parents 3c5c757 + 309f8c4 commit 28f51ec
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.2.1"
uses: "actions/checkout@v4.2.2"

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

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

0 comments on commit 28f51ec

Please sign in to comment.