Skip to content

Commit 829f9d0

Browse files
⬆️ Update actions/checkout action to v6 (#191)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent d368aa3 commit 829f9d0

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: Checkout the repository
14-
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
14+
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6
1515
- name: Login to DockerHub
1616
uses: docker/login-action@v3
1717
with:

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ubuntu-latest
99
steps:
1010
- name: Checkout the repository
11-
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
11+
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6
1212
- name: Test build
1313
uses: home-assistant/builder@master
1414
with:

0 commit comments

Comments
 (0)