Skip to content

Commit 258e166

Browse files
authored
Merge pull request #114 from home-assistant/dependabot/github_actions/actions/checkout-5.0.1
Bump actions/checkout from 5.0.0 to 5.0.1
2 parents bcac447 + 036e9a2 commit 258e166

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/builder.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
publish: ${{ steps.version.outputs.publish }}
2828
steps:
2929
- name: Checkout the repository
30-
uses: actions/[email protected].0
30+
uses: actions/[email protected].1
3131
with:
3232
fetch-depth: 0
3333

@@ -54,7 +54,7 @@ jobs:
5454
arch: ${{ fromJson(needs.init.outputs.architectures) }}
5555
steps:
5656
- name: Checkout the repository
57-
uses: actions/[email protected].0
57+
uses: actions/[email protected].1
5858

5959
- name: Login to GitHub Container Registry
6060
if: needs.init.outputs.publish == 'true'
@@ -85,7 +85,7 @@ jobs:
8585
steps:
8686
- name: Checkout the repository
8787
if: needs.init.outputs.publish == 'true'
88-
uses: actions/[email protected].0
88+
uses: actions/[email protected].1
8989

9090
- name: Initialize git
9191
if: needs.init.outputs.publish == 'true'

.github/workflows/hadolint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ jobs:
99
name: lint
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/[email protected].0
12+
- uses: actions/[email protected].1
1313
- uses: brpaz/[email protected]

.github/workflows/release-drafter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
name: Release Drafter
1212
steps:
1313
- name: Checkout the repository
14-
uses: actions/[email protected].0
14+
uses: actions/[email protected].1
1515
with:
1616
fetch-depth: 0
1717

0 commit comments

Comments
 (0)