Skip to content

Commit

Permalink
Bump actions/checkout from 4.1.1 to 4.1.2
Browse files Browse the repository at this point in the history
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.1 to 4.1.2.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v4.1.1...v4.1.2)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed Apr 8, 2024
1 parent 5cf5441 commit 1f2d0c7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: "ubuntu-latest"
name: Validate
steps:
- uses: "actions/[email protected].1"
- uses: "actions/[email protected].2"

- name: HACS Action
uses: "hacs/action@main"
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pull_and_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: "ubuntu-latest"
name: Validate
steps:
- uses: "actions/[email protected].1"
- uses: "actions/[email protected].2"

- name: HACS Action
uses: "hacs/action@main"
Expand All @@ -34,7 +34,7 @@ jobs:
- "3.11"
name: Check style formatting
steps:
- uses: "actions/[email protected].1"
- uses: "actions/[email protected].2"
- uses: "actions/[email protected]"
with:
python-version: "3.x"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
name: Prepare release asset
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected].1
- uses: actions/[email protected].2

- name: ZIP files
run: |
Expand Down

0 comments on commit 1f2d0c7

Please sign in to comment.