Skip to content

Commit

Permalink
build(deps): bump actions/checkout from 3 to 4 (#208)
Browse files Browse the repository at this point in the history
Bumps [actions/checkout](https:/actions/checkout) from 3 to 4.
- [Release notes](https:/actions/checkout/releases)
- [Changelog](https:/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v3...v4)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 8, 2023
1 parent 2c37f50 commit 1c8a782
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: "ubuntu-latest"
name: Validate
steps:
- uses: "actions/checkout@v3"
- uses: "actions/checkout@v4"

- name: HACS validation
uses: "hacs/action@main"
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/pull.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: "ubuntu-latest"
name: Validate
steps:
- uses: "actions/checkout@v3"
- uses: "actions/checkout@v4"

- name: HACS validation
uses: "hacs/action@main"
Expand All @@ -23,7 +23,7 @@ jobs:
runs-on: ubuntu-latest
name: Check style formatting
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
with:
python-version: "3.11"
Expand All @@ -34,7 +34,7 @@ jobs:
name: Run tests
steps:
- name: Check out code from GitHub
uses: "actions/checkout@v3"
uses: "actions/checkout@v4"
- name: Setup Python
uses: "actions/setup-python@v4"
with:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: "ubuntu-latest"
name: Validate
steps:
- uses: "actions/checkout@v3"
- uses: "actions/checkout@v4"

- name: HACS validation
uses: "hacs/action@main"
Expand All @@ -23,7 +23,7 @@ jobs:
runs-on: ubuntu-latest
name: Check style formatting
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
name: Set up Python
with:
Expand All @@ -43,7 +43,7 @@ jobs:
# name: Run tests
# steps:
# - name: Check out code from GitHub
# uses: "actions/checkout@v3"
# uses: "actions/checkout@v4"
# - name: Setup Python
# uses: "actions/setup-python@v4"
# with:
Expand Down

0 comments on commit 1c8a782

Please sign in to comment.