Skip to content

Commit

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

Bump actions/checkout from 4.1.2 to 4.1.3
  • Loading branch information
pail23 authored Apr 23, 2024
2 parents 1d70593 + 3d1e53b commit 762f49f
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].2"
uses: "actions/[email protected].3"

- 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].2"
uses: "actions/[email protected].3"

- 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].2"
uses: "actions/[email protected].3"

- 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].2"
uses: "actions/[email protected].3"
- 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].2"
uses: "actions/[email protected].3"

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

0 comments on commit 762f49f

Please sign in to comment.