We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df98cdd commit ab1932cCopy full SHA for ab1932c
1 file changed
.github/workflows/docker-image.yml
@@ -14,7 +14,7 @@ jobs:
14
architectures: ${{ steps.info.outputs.architectures }}
15
steps:
16
- name: Checkout the repository
17
- uses: actions/checkout@v5
+ uses: actions/checkout@v6
18
- name: Get information
19
id: info
20
uses: home-assistant/actions/helpers/info@master
@@ -33,7 +33,7 @@ jobs:
33
architecture: ${{ fromJson(needs.init.outputs.architectures) }}
34
35
36
37
- name: Login to DockerHub
38
uses: docker/login-action@v3
39
with:
0 commit comments