Skip to content

Commit

Permalink
Bump actions/checkout from 4.2.0 to 4.2.2
Browse files Browse the repository at this point in the history
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.2.0 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.2.0...v4.2.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] authored Oct 28, 2024
1 parent 2d5c1a5 commit c09e3cd
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/action-container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
permissions:
packages: write
steps:
- uses: actions/[email protected].0
- uses: actions/[email protected].2

- name: Login to GitHub Container Registry
uses: docker/[email protected]
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/generate-hacs-data.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
category: ${{ fromJSON( needs.generate-matrix.outputs.categories )}}
steps:
- name: Checkout the repository
uses: actions/[email protected].0
uses: actions/[email protected].2

- name: Set up Python
uses: actions/[email protected]
Expand Down Expand Up @@ -222,7 +222,7 @@ jobs:
category: ${{ fromJSON(needs.summarize.outputs.changedCategories) }}
steps:
- name: Checkout the repository
uses: actions/[email protected].0
uses: actions/[email protected].2

- name: Set up Python
uses: actions/[email protected]
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- ruff-format
steps:
- name: Checkout the repository
uses: actions/[email protected].0
uses: actions/[email protected].2

- name: Set up Python
uses: actions/[email protected]
Expand All @@ -56,7 +56,7 @@ jobs:
name: With JQ
steps:
- name: Checkout the repository
uses: actions/[email protected].0
uses: actions/[email protected].2

- name: Run validation
run: jq -r -e -c . tests/fixtures/*.json
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
contents: write
steps:
- name: 📥 Checkout the repository
uses: actions/[email protected].0
uses: actions/[email protected].2

- name: 🛠️ Set up Python
uses: actions/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pull_requests_labels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/[email protected].0
uses: actions/[email protected].2

- name: Check the labels
uses: ludeeus/[email protected]
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: 📥 Checkout the repository
uses: actions/[email protected].0
uses: actions/[email protected].2

- name: 🛠️ Set up Python 3.12
uses: actions/[email protected]
Expand Down Expand Up @@ -58,7 +58,7 @@ jobs:
- "3.12"
steps:
- name: 📥 Checkout the repository
uses: actions/[email protected].0
uses: actions/[email protected].2

- name: 🛠️ Set up Python ${{ matrix.python-version }}
uses: actions/[email protected]
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
name: With hassfest
steps:
- name: Checkout the repository
uses: actions/[email protected].0
uses: actions/[email protected].2

# Test files conflict with running hassfest
- name: Remove tests
Expand Down Expand Up @@ -77,7 +77,7 @@ jobs:
category: "plugin"
steps:
- name: Checkout the repository
uses: actions/[email protected].0
uses: actions/[email protected].2

- name: Build Container
run: |
Expand Down Expand Up @@ -106,7 +106,7 @@ jobs:
category: "plugin"
steps:
- name: Checkout the repository
uses: actions/[email protected].0
uses: actions/[email protected].2

- name: Set up Python
uses: actions/[email protected]
Expand Down

0 comments on commit c09e3cd

Please sign in to comment.