Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump actions/checkout from 4.1.1 to 4.1.4 #167

Closed
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ci-api-proto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/[email protected].1
uses: actions/[email protected].4
- name: Set up Python
uses: actions/[email protected]
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
arch: [amd64, armv7, aarch64]
build_type: ["ha-addon", "docker", "lint"]
steps:
- uses: actions/[email protected].1
- uses: actions/[email protected].4
- name: Set up Python
uses: actions/[email protected]
with:
Expand Down
28 changes: 14 additions & 14 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
cache-key: ${{ steps.cache-key.outputs.key }}
steps:
- name: Check out code from GitHub
uses: actions/[email protected].1
uses: actions/[email protected].4
- name: Generate cache-key
id: cache-key
run: echo key="${{ hashFiles('requirements.txt', 'requirements_optional.txt', 'requirements_test.txt') }}" >> $GITHUB_OUTPUT
Expand Down Expand Up @@ -67,7 +67,7 @@ jobs:
- common
steps:
- name: Check out code from GitHub
uses: actions/[email protected].1
uses: actions/[email protected].4
- name: Restore Python
uses: ./.github/actions/restore-python
with:
Expand All @@ -88,7 +88,7 @@ jobs:
- common
steps:
- name: Check out code from GitHub
uses: actions/[email protected].1
uses: actions/[email protected].4
- name: Restore Python
uses: ./.github/actions/restore-python
with:
Expand All @@ -109,7 +109,7 @@ jobs:
- common
steps:
- name: Check out code from GitHub
uses: actions/[email protected].1
uses: actions/[email protected].4
- name: Restore Python
uses: ./.github/actions/restore-python
with:
Expand All @@ -130,7 +130,7 @@ jobs:
- common
steps:
- name: Check out code from GitHub
uses: actions/[email protected].1
uses: actions/[email protected].4
- name: Restore Python
uses: ./.github/actions/restore-python
with:
Expand All @@ -151,7 +151,7 @@ jobs:
- common
steps:
- name: Check out code from GitHub
uses: actions/[email protected].1
uses: actions/[email protected].4
- name: Restore Python
uses: ./.github/actions/restore-python
with:
Expand Down Expand Up @@ -200,7 +200,7 @@ jobs:
- common
steps:
- name: Check out code from GitHub
uses: actions/[email protected].1
uses: actions/[email protected].4
- name: Restore Python
uses: ./.github/actions/restore-python
with:
Expand Down Expand Up @@ -230,7 +230,7 @@ jobs:
- common
steps:
- name: Check out code from GitHub
uses: actions/[email protected].1
uses: actions/[email protected].4
- name: Restore Python
uses: ./.github/actions/restore-python
with:
Expand All @@ -255,7 +255,7 @@ jobs:
matrix: ${{ steps.set-matrix.outputs.matrix }}
steps:
- name: Check out code from GitHub
uses: actions/[email protected].1
uses: actions/[email protected].4
- name: Find all YAML test files
id: set-matrix
run: echo "matrix=$(ls tests/test*.yaml | jq -R -s -c 'split("\n")[:-1]')" >> $GITHUB_OUTPUT
Expand All @@ -272,7 +272,7 @@ jobs:
file: ${{ fromJson(needs.compile-tests-list.outputs.matrix) }}
steps:
- name: Check out code from GitHub
uses: actions/[email protected].1
uses: actions/[email protected].4
- name: Restore Python
uses: ./.github/actions/restore-python
with:
Expand Down Expand Up @@ -304,7 +304,7 @@ jobs:
file: ${{ fromJson(needs.compile-tests-list.outputs.matrix) }}
steps:
- name: Check out code from GitHub
uses: actions/[email protected].1
uses: actions/[email protected].4
- name: Restore Python
uses: ./.github/actions/restore-python
with:
Expand Down Expand Up @@ -359,7 +359,7 @@ jobs:

steps:
- name: Check out code from GitHub
uses: actions/[email protected].1
uses: actions/[email protected].4
- name: Restore Python
uses: ./.github/actions/restore-python
with:
Expand Down Expand Up @@ -402,7 +402,7 @@ jobs:
matrix: ${{ steps.set-matrix.outputs.matrix }}
steps:
- name: Check out code from GitHub
uses: actions/[email protected].1
uses: actions/[email protected].4
with:
# Fetch enough history so `git merge-base refs/remotes/origin/dev HEAD` works.
fetch-depth: 500
Expand Down Expand Up @@ -442,7 +442,7 @@ jobs:
run: sudo apt-get install libsodium-dev

- name: Check out code from GitHub
uses: actions/[email protected].1
uses: actions/[email protected].4
- name: Restore Python
uses: ./.github/actions/restore-python
with:
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
tag: ${{ steps.tag.outputs.tag }}
branch_build: ${{ steps.tag.outputs.branch_build }}
steps:
- uses: actions/[email protected].1
- uses: actions/[email protected].4
- name: Get tag
id: tag
# yamllint disable rule:line-length
Expand Down Expand Up @@ -51,7 +51,7 @@ jobs:
contents: read
id-token: write
steps:
- uses: actions/[email protected].1
- uses: actions/[email protected].4
- name: Set up Python
uses: actions/[email protected]
with:
Expand Down Expand Up @@ -81,7 +81,7 @@ jobs:
- linux/arm/v7
- linux/arm64
steps:
- uses: actions/[email protected].1
- uses: actions/[email protected].4
- name: Set up Python
uses: actions/[email protected]
with:
Expand Down Expand Up @@ -159,7 +159,7 @@ jobs:
- ghcr
- dockerhub
steps:
- uses: actions/[email protected].1
- uses: actions/[email protected].4
- name: Download digests
uses: actions/[email protected]
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/sync-device-classes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ jobs:
if: github.repository == 'esphome/esphome'
steps:
- name: Checkout
uses: actions/[email protected].1
uses: actions/[email protected].4

- name: Checkout Home Assistant
uses: actions/[email protected].1
uses: actions/[email protected].4
with:
repository: home-assistant/core
path: lib/home-assistant
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/yaml-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check out code from GitHub
uses: actions/[email protected].1
uses: actions/[email protected].4
- name: Run yamllint
uses: frenck/[email protected]
with:
Expand Down
Loading