Skip to content

Commit 2bf8719

Browse files
dependabot[bot]claha
authored andcommitted
Bump actions/checkout from 4.0.0 to 5.0.0
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.0.0 to 5.0.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...v5.0.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 471db61 commit 2bf8719

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/cron.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: "ubuntu-latest"
1111
name: Validate
1212
steps:
13-
- uses: "actions/checkout@v4"
13+
- uses: "actions/checkout@v5.0.0"
1414

1515
- name: HACS validation
1616
uses: "hacs/action@main"

.github/workflows/pullpush.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: "ubuntu-latest"
1414
name: Validate
1515
steps:
16-
- uses: "actions/checkout@v4"
16+
- uses: "actions/checkout@v5.0.0"
1717

1818
- name: HACS validation
1919
uses: "hacs/action@main"
@@ -27,7 +27,7 @@ jobs:
2727
runs-on: "ubuntu-latest"
2828
name: Check style formatting
2929
steps:
30-
- uses: actions/checkout@v4.0.0
30+
- uses: actions/checkout@v5.0.0
3131
- uses: actions/[email protected]
3232
with:
3333
python-version: 3.x

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
runs-on: ubuntu-latest
1818
steps:
1919
- name: Checkout repository
20-
uses: actions/checkout@v4.1.1
20+
uses: actions/checkout@v5.0.0
2121
with:
2222
fetch-depth: 0
2323
fetch-tags: true

0 commit comments

Comments
 (0)