Skip to content

Commit

Permalink
Update actions/checkout action to v4.1.7 (#14)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jul 18, 2024
1 parent 64f0213 commit 3c1545d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: ⤵️ Check out code from GitHub
uses: actions/[email protected].6
uses: actions/[email protected].7

- name: 🚀 Run Home Assistant Add-on Lint
uses: frenck/action-addon-linter@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publisher.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:

steps:
- name: Checkout the repository
uses: actions/[email protected].6
uses: actions/[email protected].7

- name: Get version
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/releaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
prerelease: false
token: ${{ secrets.GITHUB_TOKEN }}
- name: Checkout addon repo
uses: actions/[email protected].6
uses: actions/[email protected].7
with:
path: repo
repository: lildude/ha-addons
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:

steps:
- name: Check out repository
uses: actions/[email protected].6
uses: actions/[email protected].7

- name: Build add-on
uses: home-assistant/builder@master
Expand Down

0 comments on commit 3c1545d

Please sign in to comment.