Bump actions/checkout from 2 to 3 (#220)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
10cd745f4e
commit
f330417eaa
2 changed files with 2 additions and 2 deletions
2
.github/workflows/build-deb-pr.yml
vendored
2
.github/workflows/build-deb-pr.yml
vendored
|
@ -9,7 +9,7 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v3
|
||||||
- run: chmod 555 homeassistant-supervised/DEBIAN/p*
|
- run: chmod 555 homeassistant-supervised/DEBIAN/p*
|
||||||
- run: dpkg-deb --build --root-owner-group homeassistant-supervised
|
- run: dpkg-deb --build --root-owner-group homeassistant-supervised
|
||||||
- name: Upload
|
- name: Upload
|
||||||
|
|
2
.github/workflows/build-deb.yml
vendored
2
.github/workflows/build-deb.yml
vendored
|
@ -11,7 +11,7 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v3
|
||||||
- run: chmod 555 homeassistant-supervised/DEBIAN/p*
|
- run: chmod 555 homeassistant-supervised/DEBIAN/p*
|
||||||
- run: dpkg-deb --build --root-owner-group homeassistant-supervised
|
- run: dpkg-deb --build --root-owner-group homeassistant-supervised
|
||||||
- name: Release
|
- name: Release
|
||||||
|
|
Loading…
Reference in a new issue