mirror of
https://github.com/micahqcade/custom_vesync.git
synced 2025-02-11 09:39:00 +01:00
Update GitHub Action Versions (#135)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
parent
dd2adf7e00
commit
edd6e1373f
2
.github/workflows/hassfest.yml
vendored
2
.github/workflows/hassfest.yml
vendored
@ -19,5 +19,5 @@ jobs:
|
||||
codespell==2.2.2 \
|
||||
ruff==0.0.261 \
|
||||
isort==5.10.1 \
|
||||
- uses: actions/checkout@v3.5.0
|
||||
- uses: actions/checkout@v3.5.2
|
||||
- uses: home-assistant/actions/hassfest@1.0.0
|
||||
|
2
.github/workflows/linters.yml
vendored
2
.github/workflows/linters.yml
vendored
@ -7,6 +7,6 @@ jobs:
|
||||
lint:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3.5.0
|
||||
- uses: actions/checkout@v3.5.2
|
||||
- uses: actions/setup-python@v4.5.0
|
||||
- uses: pre-commit/action@v3.0.0
|
||||
|
2
.github/workflows/validate.yml
vendored
2
.github/workflows/validate.yml
vendored
@ -9,7 +9,7 @@ jobs:
|
||||
validate:
|
||||
runs-on: "ubuntu-latest"
|
||||
steps:
|
||||
- uses: "actions/checkout@v3.5.0"
|
||||
- uses: "actions/checkout@v3.5.2"
|
||||
- name: HACS validation
|
||||
uses: "hacs/action@22.5.0"
|
||||
with:
|
||||
|
2
.github/workflows/workflow_updater.yaml
vendored
2
.github/workflows/workflow_updater.yaml
vendored
@ -14,7 +14,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v3.5.0
|
||||
- uses: actions/checkout@v3.5.2
|
||||
with:
|
||||
# [Required] Access token with `workflow` scope.
|
||||
token: ${{ secrets.WORKFLOW_SECRET }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user