Skip to content

Commit

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

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

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 Nov 16, 2023
1 parent 1d7ed45 commit 90fcc9a
Show file tree
Hide file tree
Showing 8 changed files with 13 additions and 13 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].1

- name: Login to GitHub Container Registry
uses: docker/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:

steps:
- name: 📥 Checkout the repository
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
fetch-depth: 2

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/generate-hacs-data.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
category: ${{ fromJSON( needs.generate-matrix.outputs.categories )}}
steps:
- name: Checkout the repository
uses: actions/[email protected].0
uses: actions/[email protected].1

- 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 @@ -29,7 +29,7 @@ jobs:
- mixed-line-ending
steps:
- name: 📥 Checkout the repository
uses: actions/[email protected].0
uses: actions/[email protected].1

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

- 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].1

- 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 @@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/[email protected].0
uses: actions/[email protected].1

- name: Check the labels
uses: ludeeus/[email protected]
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
python-version: ["3.11"]
steps:
- name: 📥 Checkout the repository
uses: actions/[email protected].0
uses: actions/[email protected].1

- name: 🛠️ Set up Python
uses: actions/[email protected]
Expand Down Expand Up @@ -55,7 +55,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: 📥 Checkout the repository
uses: actions/[email protected].0
uses: actions/[email protected].1

- name: 🛠️ Set up Python 3.11
uses: actions/[email protected]
Expand Down Expand Up @@ -83,7 +83,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: 📥 Checkout the repository
uses: actions/[email protected].0
uses: actions/[email protected].1

- name: 🛠️ Set up Python 3.11
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 @@ -20,7 +20,7 @@ jobs:
name: With hassfest
steps:
- name: 📥 Checkout the repository
uses: actions/[email protected].0
uses: actions/[email protected].1

- name: 🏃 Hassfest validation
uses: "home-assistant/actions/hassfest@master"
Expand Down Expand Up @@ -57,7 +57,7 @@ jobs:
steps:
- name: Checkout the repository
if: ${{ github.event_name == 'push' }}
uses: actions/[email protected].0
uses: actions/[email protected].1

- name: Set up Python
if: ${{ github.event_name == 'push' }}
Expand Down Expand Up @@ -96,7 +96,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: 📥 Checkout the repository
uses: actions/[email protected].0
uses: actions/[email protected].1

- name: 📋 Copy sample configuration for Home Assistant
run: |
Expand Down

0 comments on commit 90fcc9a

Please sign in to comment.