Skip to content

Commit 7d057dd

Browse files
⬆️ Update actions/checkout action to v7.0.1
1 parent 4589ff7 commit 7d057dd

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/builder.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
changed: ${{ steps.changed_addons.outputs.changed }}
2424
steps:
2525
- name: Check out the repository
26-
uses: actions/checkout@v7.0.0
26+
uses: actions/checkout@v7.0.1
2727
with:
2828
fetch-depth: 0
2929

@@ -89,7 +89,7 @@ jobs:
8989

9090
steps:
9191
- name: Check out repository
92-
uses: actions/checkout@v7.0.0
92+
uses: actions/checkout@v7.0.1
9393

9494
- name: Get information
9595
id: info

.github/workflows/lint.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
addons: ${{ steps.addons.outputs.addons_list }}
2121
steps:
2222
- name: ⤵️ Check out code from GitHub
23-
uses: actions/checkout@v7.0.0
23+
uses: actions/checkout@v7.0.1
2424

2525
- name: 🔍 Find add-on directories
2626
id: addons
@@ -37,7 +37,7 @@ jobs:
3737
path: ${{ fromJson(needs.find.outputs.addons) }}
3838
steps:
3939
- name: ⤵️ Check out code from GitHub
40-
uses: actions/checkout@v7.0.0
40+
uses: actions/checkout@v7.0.1
4141

4242
- name: 🚀 Run Home Assistant Add-on Lint
4343
uses: frenck/action-addon-linter@v2.21

.github/workflows/update-changelog.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
echo "Security checks passed: same-repo PR from Renovate branch"
5454
5555
- name: Checkout PR branch
56-
uses: actions/checkout@v7.0.0
56+
uses: actions/checkout@v7.0.1
5757
with:
5858
# Use event payload ref which works reliably for same-repo PRs
5959
ref: ${{ github.event.pull_request.head.ref }}

0 commit comments

Comments
 (0)