Skip to content

Commit ab1932c

Browse files
Update actions/checkout action to v6
1 parent df98cdd commit ab1932c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/docker-image.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
architectures: ${{ steps.info.outputs.architectures }}
1515
steps:
1616
- name: Checkout the repository
17-
uses: actions/checkout@v5
17+
uses: actions/checkout@v6
1818
- name: Get information
1919
id: info
2020
uses: home-assistant/actions/helpers/info@master
@@ -33,7 +33,7 @@ jobs:
3333
architecture: ${{ fromJson(needs.init.outputs.architectures) }}
3434
steps:
3535
- name: Checkout the repository
36-
uses: actions/checkout@v5
36+
uses: actions/checkout@v6
3737
- name: Login to DockerHub
3838
uses: docker/login-action@v3
3939
with:

0 commit comments

Comments
 (0)