Skip to content

Commit

Permalink
Bump actions/checkout from 3.5.0 to 3.5.2 (home-assistant#91373)
Browse files Browse the repository at this point in the history
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Apr 13, 2023
1 parent 9744e72 commit b7b22b7
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 26 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
publish: ${{ steps.version.outputs.publish }}
steps:
- name: Checkout the repository
uses: actions/[email protected].0
uses: actions/[email protected].2
with:
fetch-depth: 0

Expand Down Expand Up @@ -67,7 +67,7 @@ jobs:
if: github.repository_owner == 'home-assistant' && needs.init.outputs.publish == 'true'
steps:
- name: Checkout the repository
uses: actions/[email protected].0
uses: actions/[email protected].2

- name: Set up Python ${{ env.DEFAULT_PYTHON }}
uses: actions/[email protected]
Expand Down Expand Up @@ -105,7 +105,7 @@ jobs:
arch: ${{ fromJson(needs.init.outputs.architectures) }}
steps:
- name: Checkout the repository
uses: actions/[email protected].0
uses: actions/[email protected].2

- name: Download nightly wheels of frontend
if: needs.init.outputs.channel == 'dev'
Expand Down Expand Up @@ -249,7 +249,7 @@ jobs:
- yellow
steps:
- name: Checkout the repository
uses: actions/[email protected].0
uses: actions/[email protected].2

- name: Set build additional args
run: |
Expand Down Expand Up @@ -292,7 +292,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout the repository
uses: actions/[email protected].0
uses: actions/[email protected].2

- name: Initialize git
uses: home-assistant/actions/helpers/git-init@master
Expand Down Expand Up @@ -331,7 +331,7 @@ jobs:
- "homeassistant"
steps:
- name: Checkout the repository
uses: actions/[email protected].0
uses: actions/[email protected].2

- name: Login to DockerHub
if: matrix.registry == 'homeassistant'
Expand Down
32 changes: 16 additions & 16 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
runs-on: ubuntu-22.04
steps:
- name: Check out code from GitHub
uses: actions/[email protected].0
uses: actions/[email protected].2
- name: Generate partial Python venv restore key
id: generate_python_cache_key
run: >-
Expand Down Expand Up @@ -205,7 +205,7 @@ jobs:
- info
steps:
- name: Check out code from GitHub
uses: actions/[email protected].0
uses: actions/[email protected].2
- name: Set up Python ${{ env.DEFAULT_PYTHON }}
id: python
uses: actions/[email protected]
Expand Down Expand Up @@ -250,7 +250,7 @@ jobs:
- pre-commit
steps:
- name: Check out code from GitHub
uses: actions/[email protected].0
uses: actions/[email protected].2
- name: Set up Python ${{ env.DEFAULT_PYTHON }}
uses: actions/[email protected]
id: python
Expand Down Expand Up @@ -296,7 +296,7 @@ jobs:
- pre-commit
steps:
- name: Check out code from GitHub
uses: actions/[email protected].0
uses: actions/[email protected].2
- name: Set up Python ${{ env.DEFAULT_PYTHON }}
uses: actions/[email protected]
id: python
Expand Down Expand Up @@ -345,7 +345,7 @@ jobs:
- pre-commit
steps:
- name: Check out code from GitHub
uses: actions/[email protected].0
uses: actions/[email protected].2
- name: Set up Python ${{ env.DEFAULT_PYTHON }}
uses: actions/[email protected]
id: python
Expand Down Expand Up @@ -383,7 +383,7 @@ jobs:
- pre-commit
steps:
- name: Check out code from GitHub
uses: actions/[email protected].0
uses: actions/[email protected].2
- name: Set up Python ${{ env.DEFAULT_PYTHON }}
uses: actions/[email protected]
id: python
Expand Down Expand Up @@ -490,7 +490,7 @@ jobs:
python-version: ${{ fromJSON(needs.info.outputs.python_versions) }}
steps:
- name: Check out code from GitHub
uses: actions/[email protected].0
uses: actions/[email protected].2
- name: Set up Python ${{ matrix.python-version }}
id: python
uses: actions/[email protected]
Expand Down Expand Up @@ -558,7 +558,7 @@ jobs:
- base
steps:
- name: Check out code from GitHub
uses: actions/[email protected].0
uses: actions/[email protected].2
- name: Set up Python ${{ env.DEFAULT_PYTHON }}
id: python
uses: actions/[email protected]
Expand Down Expand Up @@ -590,7 +590,7 @@ jobs:
- base
steps:
- name: Check out code from GitHub
uses: actions/[email protected].0
uses: actions/[email protected].2
- name: Set up Python ${{ env.DEFAULT_PYTHON }}
id: python
uses: actions/[email protected]
Expand Down Expand Up @@ -623,7 +623,7 @@ jobs:
- base
steps:
- name: Check out code from GitHub
uses: actions/[email protected].0
uses: actions/[email protected].2
- name: Set up Python ${{ env.DEFAULT_PYTHON }}
id: python
uses: actions/[email protected]
Expand Down Expand Up @@ -667,7 +667,7 @@ jobs:
- base
steps:
- name: Check out code from GitHub
uses: actions/[email protected].0
uses: actions/[email protected].2
- name: Set up Python ${{ env.DEFAULT_PYTHON }}
id: python
uses: actions/[email protected]
Expand Down Expand Up @@ -733,7 +733,7 @@ jobs:
name: Run pip check ${{ matrix.python-version }}
steps:
- name: Check out code from GitHub
uses: actions/[email protected].0
uses: actions/[email protected].2
- name: Set up Python ${{ matrix.python-version }}
id: python
uses: actions/[email protected]
Expand Down Expand Up @@ -786,7 +786,7 @@ jobs:
bluez \
ffmpeg
- name: Check out code from GitHub
uses: actions/[email protected].0
uses: actions/[email protected].2
- name: Set up Python ${{ matrix.python-version }}
id: python
uses: actions/[email protected]
Expand Down Expand Up @@ -912,7 +912,7 @@ jobs:
ffmpeg \
libmariadb-dev-compat
- name: Check out code from GitHub
uses: actions/[email protected].0
uses: actions/[email protected].2
- name: Set up Python ${{ matrix.python-version }}
id: python
uses: actions/[email protected]
Expand Down Expand Up @@ -1020,7 +1020,7 @@ jobs:
ffmpeg \
postgresql-server-dev-14
- name: Check out code from GitHub
uses: actions/[email protected].0
uses: actions/[email protected].2
- name: Set up Python ${{ matrix.python-version }}
id: python
uses: actions/[email protected]
Expand Down Expand Up @@ -1097,7 +1097,7 @@ jobs:
timeout-minutes: 10
steps:
- name: Check out code from GitHub
uses: actions/[email protected].0
uses: actions/[email protected].2
- name: Download all coverage artifacts
uses: actions/download-artifact@v3
- name: Upload coverage to Codecov (full coverage)
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/translations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,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 ${{ env.DEFAULT_PYTHON }}
uses: actions/[email protected]
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
architectures: ${{ steps.info.outputs.architectures }}
steps:
- name: Checkout the repository
uses: actions/[email protected].0
uses: actions/[email protected].2

- name: Get information
id: info
Expand Down Expand Up @@ -82,7 +82,7 @@ jobs:
arch: ${{ fromJson(needs.init.outputs.architectures) }}
steps:
- name: Checkout the repository
uses: actions/[email protected].0
uses: actions/[email protected].2

- name: Download env_file
uses: actions/download-artifact@v3
Expand Down Expand Up @@ -119,7 +119,7 @@ jobs:
arch: ${{ fromJson(needs.init.outputs.architectures) }}
steps:
- name: Checkout the repository
uses: actions/[email protected].0
uses: actions/[email protected].2

- name: Download env_file
uses: actions/download-artifact@v3
Expand Down

0 comments on commit b7b22b7

Please sign in to comment.