Skip to content

Commit b5aea47

Browse files
authored
Merge pull request #1493 from custom-components/dependabot/github_actions/actions/checkout-5
Bump actions/checkout from 4 to 5
2 parents 2a00985 + 9a932fa commit b5aea47

File tree

3 files changed

+4
-4
lines changed

3 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/pre-commit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ jobs:
99
pre-commit:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@v4
12+
- uses: actions/checkout@v5
1313
- uses: actions/setup-python@v5
1414
- uses: pre-commit/[email protected]

.github/workflows/test_commit.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: "ubuntu-latest"
1212
name: Validate HACS and Hassfest
1313
steps:
14-
- uses: "actions/checkout@v4"
14+
- uses: "actions/checkout@v5"
1515

1616
- name: HACS validation
1717
uses: "hacs/action@main"
@@ -26,7 +26,7 @@ jobs:
2626
name: Run tests
2727
steps:
2828
- name: Check out code from GitHub
29-
uses: "actions/checkout@v4"
29+
uses: "actions/checkout@v5"
3030
- name: Setup Python
3131
uses: "actions/setup-python@v5"
3232
with:

0 commit comments

Comments
 (0)