mirror of
https://github.com/meshtastic/home-assistant.git
synced 2026-07-03 02:57:06 +00:00
Merge pull request #140 from meshtastic/dependabot/github_actions/actions/checkout-6.0.2
chore(deps): bump actions/checkout from 4.2.2 to 6.0.2
This commit is contained in:
commit
3594f3525f
3 changed files with 4 additions and 4 deletions
2
.github/workflows/lint.yml
vendored
2
.github/workflows/lint.yml
vendored
|
|
@ -15,7 +15,7 @@ jobs:
|
|||
runs-on: "ubuntu-latest"
|
||||
steps:
|
||||
- name: "Checkout the repository"
|
||||
uses: "actions/checkout@v4.2.2"
|
||||
uses: "actions/checkout@v6.0.2"
|
||||
|
||||
- name: "Set up Python"
|
||||
uses: actions/setup-python@v6.2.0
|
||||
|
|
|
|||
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
|
@ -15,7 +15,7 @@ jobs:
|
|||
contents: write
|
||||
steps:
|
||||
- name: "Checkout the repository"
|
||||
uses: "actions/checkout@v4.2.2"
|
||||
uses: "actions/checkout@v6.0.2"
|
||||
|
||||
- name: "ZIP the integration directory"
|
||||
shell: "bash"
|
||||
|
|
|
|||
4
.github/workflows/validate.yml
vendored
4
.github/workflows/validate.yml
vendored
|
|
@ -18,7 +18,7 @@ jobs:
|
|||
runs-on: "ubuntu-latest"
|
||||
steps:
|
||||
- name: "Checkout the repository"
|
||||
uses: "actions/checkout@v4.2.2"
|
||||
uses: "actions/checkout@v6.0.2"
|
||||
|
||||
- name: "Run hassfest validation"
|
||||
uses: "home-assistant/actions/hassfest@master"
|
||||
|
|
@ -28,7 +28,7 @@ jobs:
|
|||
runs-on: "ubuntu-latest"
|
||||
steps:
|
||||
- name: "Checkout the repository"
|
||||
uses: "actions/checkout@v4.2.2"
|
||||
uses: "actions/checkout@v6.0.2"
|
||||
|
||||
- name: "Run HACS validation"
|
||||
uses: "hacs/action@main"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue