Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
pail23 committed Jul 3, 2024
2 parents f8f5665 + 4570df6 commit f46e8ae
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/builder.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
changed: ${{ steps.changed_addons.outputs.changed }}
steps:
- name: Check out the repository
uses: actions/[email protected].2
uses: actions/[email protected].7

- name: Get changed files
id: changed_files
Expand Down Expand Up @@ -71,7 +71,7 @@ jobs:

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

- name: Get information
id: info
Expand All @@ -95,7 +95,7 @@ jobs:
- name: Login to GitHub Container Registry
if: env.BUILD_ARGS != '--test'
uses: docker/login-action@v3.1.0
uses: docker/login-action@v3.2.0
with:
registry: ghcr.io
username: ${{ github.actor }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
addons: ${{ steps.addons.outputs.addons_list }}
steps:
- name: ⤵️ Check out code from GitHub
uses: actions/[email protected].2
uses: actions/[email protected].7

- name: 🔍 Find add-on directories
id: addons
Expand All @@ -33,7 +33,7 @@ jobs:
path: ${{ fromJson(needs.find.outputs.addons) }}
steps:
- name: ⤵️ Check out code from GitHub
uses: actions/[email protected].2
uses: actions/[email protected].7

- name: 🚀 Run Home Assistant Add-on Lint
uses: frenck/[email protected]
Expand Down

0 comments on commit f46e8ae

Please sign in to comment.