Skip to content

Commit db7f036

Browse files
Bump actions/checkout from 4.1.2 to 4.2.2
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.2 to 4.2.2. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4.1.2...v4.2.2) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 6c1005c commit db7f036

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/cron.yml

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.1.2"
13+
- uses: "actions/checkout@v4.2.2"
1414

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

.github/workflows/pull_and_push.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: "ubuntu-latest"
1515
name: Validate
1616
steps:
17-
- uses: "actions/checkout@v4.1.2"
17+
- uses: "actions/checkout@v4.2.2"
1818

1919
- name: HACS Action
2020
uses: "hacs/action@main"
@@ -34,7 +34,7 @@ jobs:
3434
- "3.11"
3535
name: Check style formatting
3636
steps:
37-
- uses: "actions/checkout@v4.1.2"
37+
- uses: "actions/checkout@v4.2.2"
3838
- uses: "actions/[email protected]"
3939
with:
4040
python-version: "3.x"

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
name: Prepare release asset
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@v4.1.2
12+
- uses: actions/checkout@v4.2.2
1313

1414
- name: ZIP files
1515
run: |

0 commit comments

Comments
 (0)