Skip to content

Commit

Permalink
Merge pull request #183 from custom-components/dependabot/github_acti…
Browse files Browse the repository at this point in the history
…ons/actions/checkout-3.5.3

Bump actions/checkout from 3.5.2 to 3.5.3
  • Loading branch information
Snuffy2 authored Jun 20, 2023
2 parents 5839626 + ceeec4d commit 88e52b0
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/branch_action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
if: github.repository == 'Snuffy2/places'
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected].2
- uses: actions/[email protected].3
- name: Show Branch Name
run: echo ${GITHUB_REF##*/}
- name: Show Ref
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/empty_commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
create_empty_commit:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected].2
- uses: actions/[email protected].3
- name: Show Branch Name
run: echo Branch ${GITHUB_REF##*/}
- name: Create and Checkout New Dev branch
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/hacs_validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
validate:
runs-on: "ubuntu-latest"
steps:
- uses: "actions/[email protected].2"
- uses: "actions/[email protected].3"
- name: HACS validation
uses: "hacs/[email protected]"
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/hassfest_validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ jobs:
validate:
runs-on: "ubuntu-latest"
steps:
- uses: "actions/[email protected].2"
- uses: "actions/[email protected].3"
- uses: "home-assistant/actions/hassfest@master"

0 comments on commit 88e52b0

Please sign in to comment.