Skip to content

Commit 50ffcd0

Browse files
Merge pull request #884 from WillCodeForCats/dependabot/github_actions/actions/checkout-5
Bump actions/checkout from 4 to 5
2 parents 193346b + cd304cc commit 50ffcd0

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.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@v4
41+
uses: actions/checkout@v5
4242

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

.github/workflows/hacs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
name: HACS Action
1616
runs-on: "ubuntu-latest"
1717
steps:
18-
- uses: "actions/checkout@v4"
18+
- uses: "actions/checkout@v5"
1919
- name: HACS Action
2020
uses: "hacs/action@main"
2121
with:

.github/workflows/hassfest.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@ jobs:
1414
validate:
1515
runs-on: "ubuntu-latest"
1616
steps:
17-
- uses: "actions/checkout@v4"
17+
- uses: "actions/checkout@v5"
1818
- uses: "home-assistant/actions/hassfest@master"

.github/workflows/linter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
statuses: write
1717
steps:
1818
- name: Checkout Code
19-
uses: actions/checkout@v4
19+
uses: actions/checkout@v5
2020
with:
2121
fetch-depth: 0
2222
- name: Lint Code Base

0 commit comments

Comments
 (0)