Skip to content

Commit 1c0bc3f

Browse files
Merge pull request #99 from WillCodeForCats/dependabot/github_actions/actions/checkout-7.0.1
Bump actions/checkout from 7.0.0 to 7.0.1
2 parents 4cf827a + eebd0e4 commit 1c0bc3f

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/build-app.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
version: ${{ steps.normalize.outputs.version }}
2727
steps:
2828
- name: Check out the repository
29-
uses: actions/checkout@v7.0.0
29+
uses: actions/checkout@v7.0.1
3030

3131
- name: Get app information
3232
id: info
@@ -72,7 +72,7 @@ jobs:
7272
matrix: ${{ fromJSON(needs.prepare.outputs.build_matrix) }}
7373
steps:
7474
- name: Check out the repository
75-
uses: actions/checkout@v7.0.0
75+
uses: actions/checkout@v7.0.1
7676
with:
7777
persist-credentials: false
7878

.github/workflows/builder.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
changed_apps: ${{ steps.filter.outputs.changed_apps }}
2424
steps:
2525
- name: Check out the repository
26-
uses: actions/checkout@v7.0.0
26+
uses: actions/checkout@v7.0.1
2727

2828
- name: Get changed files
2929
id: changed_files

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838

3939
steps:
4040
- name: Checkout repository
41-
uses: actions/checkout@v7.0.0
41+
uses: actions/checkout@v7.0.1
4242

4343
# Initializes the CodeQL tools for scanning.
4444
- name: Initialize CodeQL

.github/workflows/lint.yaml

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

2323
- name: 🔍 Find app directories
2424
id: addons
@@ -33,7 +33,7 @@ jobs:
3333
path: ${{ fromJson(needs.find.outputs.addons) }}
3434
steps:
3535
- name: ⤵️ Check out code from GitHub
36-
uses: actions/checkout@v7.0.0
36+
uses: actions/checkout@v7.0.1
3737

3838
- name: 🚀 Run Home Assistant App Lint
3939
uses: frenck/action-addon-linter@v2.21

0 commit comments

Comments
 (0)