Skip to content

Commit

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

Bump actions/checkout from 4.1.6 to 4.1.7
  • Loading branch information
Snuffy2 authored Jun 25, 2024
2 parents 0769fad + c08b572 commit 7014064
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/branch_action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
if: github.repository == 'Snuffy2/places'
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected].6
- uses: actions/[email protected].7
- 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].6
- uses: actions/[email protected].7
- 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].6"
- uses: "actions/[email protected].7"
- 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].6"
- uses: "actions/[email protected].7"
- uses: "home-assistant/actions/hassfest@master"
2 changes: 1 addition & 1 deletion .github/workflows/zip_on_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/[email protected].6
uses: actions/[email protected].7
- name: Update Version in Manifest
if: ${{ github.event_name == 'release' }}
run: |
Expand Down

0 comments on commit 7014064

Please sign in to comment.