Skip to content

Commit 4bf77cd

Browse files
Bump actions/checkout from 2 to 4.1.7 (#59)
* Bump actions/checkout from 2 to 4 Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v2...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> * Apply suggestions from code review --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Joakim Sørensen <[email protected]>
1 parent b2f7546 commit 4bf77cd

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/release-drafter.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: 📥 Checkout the repository
14-
uses: actions/checkout@v2
14+
uses: actions/checkout@v4.1.7
1515
with:
1616
fetch-depth: 0
1717

.github/workflows/release.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
steps:
1717
- name: 📥 Checkout the repository
18-
uses: actions/checkout@v2
18+
uses: actions/checkout@v4.1.7
1919

2020
- name: 🔢 Get release version
2121
id: version

.github/workflows/validate.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
name: With hassfest
1717
steps:
1818
- name: 📥 Checkout the repository
19-
uses: actions/checkout@v2
19+
uses: actions/checkout@v4.1.7
2020

2121
- name: ✅ Hassfest validation
2222
uses: "home-assistant/actions/hassfest@master"
@@ -26,7 +26,7 @@ jobs:
2626
name: With HACS Action
2727
steps:
2828
- name: 📥 Checkout the repository
29-
uses: actions/checkout@v2
29+
uses: actions/checkout@v4.1.7
3030

3131
- name: ✅ HACS validation
3232
uses: hacs/action@main

0 commit comments

Comments
 (0)