forked from home-assistant/core
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump actions/checkout from 3.1.0 to 3.2.0 (home-assistant#83894)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information
1 parent
e64973c
commit aa23a12
Showing
4 changed files
with
26 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,7 +24,7 @@ jobs: | |
publish: ${{ steps.version.outputs.publish }} | ||
steps: | ||
- name: Checkout the repository | ||
uses: actions/checkout@v3.1.0 | ||
uses: actions/checkout@v3.2.0 | ||
with: | ||
fetch-depth: 0 | ||
|
||
|
@@ -67,7 +67,7 @@ jobs: | |
if: github.repository_owner == 'home-assistant' && needs.init.outputs.publish == 'true' | ||
steps: | ||
- name: Checkout the repository | ||
uses: actions/checkout@v3.1.0 | ||
uses: actions/checkout@v3.2.0 | ||
|
||
- name: Set up Python ${{ env.DEFAULT_PYTHON }} | ||
uses: actions/[email protected] | ||
|
@@ -100,7 +100,7 @@ jobs: | |
arch: ${{ fromJson(needs.init.outputs.architectures) }} | ||
steps: | ||
- name: Checkout the repository | ||
uses: actions/checkout@v3.1.0 | ||
uses: actions/checkout@v3.2.0 | ||
|
||
- name: Download nightly wheels of frontend | ||
if: needs.init.outputs.channel == 'dev' | ||
|
@@ -198,7 +198,7 @@ jobs: | |
- yellow | ||
steps: | ||
- name: Checkout the repository | ||
uses: actions/checkout@v3.1.0 | ||
uses: actions/checkout@v3.2.0 | ||
|
||
- name: Set build additional args | ||
run: | | ||
|
@@ -241,7 +241,7 @@ jobs: | |
runs-on: ubuntu-latest | ||
steps: | ||
- name: Checkout the repository | ||
uses: actions/checkout@v3.1.0 | ||
uses: actions/checkout@v3.2.0 | ||
|
||
- name: Initialize git | ||
uses: home-assistant/actions/helpers/git-init@master | ||
|
@@ -280,7 +280,7 @@ jobs: | |
- "homeassistant" | ||
steps: | ||
- name: Checkout the repository | ||
uses: actions/checkout@v3.1.0 | ||
uses: actions/checkout@v3.2.0 | ||
|
||
- name: Login to DockerHub | ||
if: matrix.registry == 'homeassistant' | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -56,7 +56,7 @@ jobs: | |
runs-on: ubuntu-20.04 | ||
steps: | ||
- name: Check out code from GitHub | ||
uses: actions/checkout@v3.1.0 | ||
uses: actions/checkout@v3.2.0 | ||
- name: Generate partial Python venv restore key | ||
id: generate_python_cache_key | ||
run: >- | ||
|
@@ -167,7 +167,7 @@ jobs: | |
- info | ||
steps: | ||
- name: Check out code from GitHub | ||
uses: actions/checkout@v3.1.0 | ||
uses: actions/checkout@v3.2.0 | ||
- name: Set up Python ${{ env.DEFAULT_PYTHON }} | ||
id: python | ||
uses: actions/[email protected] | ||
|
@@ -211,7 +211,7 @@ jobs: | |
- pre-commit | ||
steps: | ||
- name: Check out code from GitHub | ||
uses: actions/checkout@v3.1.0 | ||
uses: actions/checkout@v3.2.0 | ||
- name: Set up Python ${{ env.DEFAULT_PYTHON }} | ||
uses: actions/[email protected] | ||
id: python | ||
|
@@ -265,7 +265,7 @@ jobs: | |
- pre-commit | ||
steps: | ||
- name: Check out code from GitHub | ||
uses: actions/checkout@v3.1.0 | ||
uses: actions/checkout@v3.2.0 | ||
- name: Set up Python ${{ env.DEFAULT_PYTHON }} | ||
uses: actions/[email protected] | ||
id: python | ||
|
@@ -322,7 +322,7 @@ jobs: | |
- pre-commit | ||
steps: | ||
- name: Check out code from GitHub | ||
uses: actions/checkout@v3.1.0 | ||
uses: actions/checkout@v3.2.0 | ||
- name: Set up Python ${{ env.DEFAULT_PYTHON }} | ||
uses: actions/[email protected] | ||
id: python | ||
|
@@ -368,7 +368,7 @@ jobs: | |
- pre-commit | ||
steps: | ||
- name: Check out code from GitHub | ||
uses: actions/checkout@v3.1.0 | ||
uses: actions/checkout@v3.2.0 | ||
- name: Set up Python ${{ env.DEFAULT_PYTHON }} | ||
uses: actions/[email protected] | ||
id: python | ||
|
@@ -495,7 +495,7 @@ jobs: | |
python-version: ${{ fromJSON(needs.info.outputs.python_versions) }} | ||
steps: | ||
- name: Check out code from GitHub | ||
uses: actions/checkout@v3.1.0 | ||
uses: actions/checkout@v3.2.0 | ||
- name: Set up Python ${{ matrix.python-version }} | ||
id: python | ||
uses: actions/[email protected] | ||
|
@@ -559,7 +559,7 @@ jobs: | |
- base | ||
steps: | ||
- name: Check out code from GitHub | ||
uses: actions/checkout@v3.1.0 | ||
uses: actions/checkout@v3.2.0 | ||
- name: Set up Python ${{ env.DEFAULT_PYTHON }} | ||
id: python | ||
uses: actions/[email protected] | ||
|
@@ -592,7 +592,7 @@ jobs: | |
- base | ||
steps: | ||
- name: Check out code from GitHub | ||
uses: actions/checkout@v3.1.0 | ||
uses: actions/checkout@v3.2.0 | ||
- name: Set up Python ${{ env.DEFAULT_PYTHON }} | ||
id: python | ||
uses: actions/[email protected] | ||
|
@@ -626,7 +626,7 @@ jobs: | |
- base | ||
steps: | ||
- name: Check out code from GitHub | ||
uses: actions/checkout@v3.1.0 | ||
uses: actions/checkout@v3.2.0 | ||
- name: Set up Python ${{ env.DEFAULT_PYTHON }} | ||
id: python | ||
uses: actions/[email protected] | ||
|
@@ -671,7 +671,7 @@ jobs: | |
- base | ||
steps: | ||
- name: Check out code from GitHub | ||
uses: actions/checkout@v3.1.0 | ||
uses: actions/checkout@v3.2.0 | ||
- name: Set up Python ${{ env.DEFAULT_PYTHON }} | ||
id: python | ||
uses: actions/[email protected] | ||
|
@@ -720,7 +720,7 @@ jobs: | |
name: Run pip check ${{ matrix.python-version }} | ||
steps: | ||
- name: Check out code from GitHub | ||
uses: actions/checkout@v3.1.0 | ||
uses: actions/checkout@v3.2.0 | ||
- name: Set up Python ${{ matrix.python-version }} | ||
id: python | ||
uses: actions/[email protected] | ||
|
@@ -775,7 +775,7 @@ jobs: | |
bluez \ | ||
ffmpeg | ||
- name: Check out code from GitHub | ||
uses: actions/checkout@v3.1.0 | ||
uses: actions/checkout@v3.2.0 | ||
- name: Set up Python ${{ matrix.python-version }} | ||
id: python | ||
uses: actions/[email protected] | ||
|
@@ -898,7 +898,7 @@ jobs: | |
ffmpeg \ | ||
libmariadb-dev-compat | ||
- name: Check out code from GitHub | ||
uses: actions/checkout@v3.1.0 | ||
uses: actions/checkout@v3.2.0 | ||
- name: Set up Python ${{ matrix.python-version }} | ||
id: python | ||
uses: actions/[email protected] | ||
|
@@ -970,7 +970,7 @@ jobs: | |
- pytest | ||
steps: | ||
- name: Check out code from GitHub | ||
uses: actions/checkout@v3.1.0 | ||
uses: actions/checkout@v3.2.0 | ||
- name: Download all coverage artifacts | ||
uses: actions/download-artifact@v3 | ||
- name: Upload coverage to Codecov (full coverage) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,7 +21,7 @@ jobs: | |
runs-on: ubuntu-latest | ||
steps: | ||
- name: Checkout the repository | ||
uses: actions/checkout@v3.1.0 | ||
uses: actions/checkout@v3.2.0 | ||
|
||
- name: Set up Python ${{ env.DEFAULT_PYTHON }} | ||
uses: actions/[email protected] | ||
|
@@ -40,7 +40,7 @@ jobs: | |
runs-on: ubuntu-latest | ||
steps: | ||
- name: Checkout the repository | ||
uses: actions/checkout@v3.1.0 | ||
uses: actions/checkout@v3.2.0 | ||
|
||
- name: Set up Python ${{ env.DEFAULT_PYTHON }} | ||
uses: actions/[email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters