Skip to content

Commit

Permalink
Update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
adeepn committed Jun 10, 2024
1 parent 624596d commit d7b3ff1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/jh-builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
version: ${{ steps.version.outputs.version }}
steps:
- name: Checkout the repository
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
fetch-depth: 0

Expand All @@ -45,7 +45,7 @@ jobs:
arch: ${{ fromJson(needs.init.outputs.architectures) }}
steps:
- name: Checkout the repository
uses: actions/[email protected].1
uses: actions/[email protected].2

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

- name: Login to GitHub Container Registry
if: github.event_name == 'release'
uses: docker/login-action@v3.0.0
uses: docker/login-action@v3.1.0
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
Expand All @@ -84,7 +84,7 @@ jobs:
run: echo "BUILD_ARGS=--test" >> $GITHUB_ENV

- name: Build base image
uses: jethub-homeassistant/builder@2024.01.0
uses: jethub-homeassistant/builder@2024.03.5
with:
args: |
$BUILD_ARGS \
Expand Down

0 comments on commit d7b3ff1

Please sign in to comment.