Skip to content

Commit

Permalink
Merge pull request #246 from pail23/dependabot/github_actions/actions…
Browse files Browse the repository at this point in the history
…/checkout-4.1.6

Bump actions/checkout from 4.1.4 to 4.1.6
  • Loading branch information
pail23 authored May 21, 2024
2 parents 7c85c7b + 31e664e commit 947e263
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 947e263

Please sign in to comment.