Skip to content

Commit fbca7c2

Browse files
authored
chore(deps): update actions/checkout action to v6
1 parent 3783add commit fbca7c2

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/main.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
changed: ${{ steps.changed_addons.outputs.changed }}
3232
steps:
3333
- name: Check out the repository
34-
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
34+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
3535

3636
- name: Find add-on directories
3737
id: addons
@@ -96,7 +96,7 @@ jobs:
9696
addon: ${{ fromJson(needs.prepare.outputs.changed_addons) }}
9797
steps:
9898
- name: ⤵️ Check out code from GitHub
99-
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
99+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
100100

101101
- name: 🚀 Run Home Assistant Add-on Lint
102102
uses: frenck/action-addon-linter@f995494fd84fae6310d23617e66d0e37de4f14eb # v2.21.0
@@ -108,7 +108,7 @@ jobs:
108108
runs-on: ubuntu-latest
109109
steps:
110110
- name: ⤵️ Check out code from GitHub
111-
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
111+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
112112
with:
113113
fetch-depth: 0
114114
ref: ${{ github.head_ref }}
@@ -150,7 +150,7 @@ jobs:
150150

151151
steps:
152152
- name: Check out repository
153-
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
153+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
154154

155155
- name: Setup yq
156156
uses: chrisdickinson/setup-yq@fa3192edd79d6eb0e4e12de8dde3a0c26f2b853b

0 commit comments

Comments
 (0)