Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 20, 2024
1 parent bfc07a4 commit 31e664e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/lint_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: "ubuntu-latest"
steps:
- name: "Checkout the repository"
uses: "actions/[email protected].4"
uses: "actions/[email protected].6"

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

- name: "Run HACS validation"
uses: "hacs/action@main"
Expand All @@ -38,7 +38,7 @@ jobs:
runs-on: "ubuntu-latest"
steps:
- name: "Checkout the repository"
uses: "actions/[email protected].4"
uses: "actions/[email protected].6"

- name: "Set up Python"
uses: actions/[email protected]
Expand All @@ -56,7 +56,7 @@ jobs:
name: Run tests
steps:
- name: Check out code from GitHub
uses: "actions/[email protected].4"
uses: "actions/[email protected].6"
- name: Setup Python
uses: "actions/[email protected]"
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
contents: write
steps:
- name: "Checkout the repository"
uses: "actions/[email protected].4"
uses: "actions/[email protected].6"

- name: "Adjust version number"
shell: "bash"
Expand Down

0 comments on commit 31e664e

Please sign in to comment.