Skip to content

Commit

Permalink
Bump actions/checkout from 3 to 4
Browse files Browse the repository at this point in the history
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/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]>
  • Loading branch information
dependabot[bot] authored Sep 22, 2023
1 parent 53eaf9f commit 9ab290a
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 @@ -23,7 +23,7 @@ jobs:
permissions:
packages: write
steps:
- uses: actions/checkout@v3.5.3
- uses: actions/checkout@v4

- 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/checkout@v3.5.3
uses: actions/checkout@v4
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/checkout@v3.5.3
uses: actions/checkout@v4

- 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/checkout@v3.5.3
uses: actions/checkout@v4

- 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/checkout@v3.5.3
uses: actions/checkout@v4

- 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/checkout@v3.5.3
uses: actions/checkout@v4

- 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/checkout@v3
uses: actions/checkout@v4

- 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.9, "3.10", "3.11"]
steps:
- name: 📥 Checkout the repository
uses: actions/checkout@v3.5.3
uses: actions/checkout@v4

- 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/checkout@v3.5.3
uses: actions/checkout@v4

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

- 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/checkout@v3.5.3
uses: actions/checkout@v4

- name: 🏃 Hassfest validation
uses: "home-assistant/actions/hassfest@master"
Expand Down Expand Up @@ -57,7 +57,7 @@ jobs:
name: Validate HACS data generation
steps:
- name: Checkout the repository
uses: actions/checkout@v3.5.3
uses: actions/checkout@v4

- name: Set up Python
uses: actions/[email protected]
Expand Down Expand Up @@ -92,7 +92,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: 📥 Checkout the repository
uses: actions/checkout@v3.5.3
uses: actions/checkout@v4

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

0 comments on commit 9ab290a

Please sign in to comment.