Merge pull request #1 from darkrain42/update-actions
workflows: update actions for nodejs deprecation
This commit is contained in:
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@@ -14,7 +14,7 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v3
|
||||||
|
|
||||||
- name: ShellCheck
|
- name: ShellCheck
|
||||||
uses: ludeeus/action-shellcheck@1.1.0
|
uses: ludeeus/action-shellcheck@1.1.0
|
||||||
@@ -28,7 +28,7 @@ jobs:
|
|||||||
extra-build-deps: lintian
|
extra-build-deps: lintian
|
||||||
|
|
||||||
- name: Upload debian package as artifact
|
- name: Upload debian package as artifact
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: deb
|
name: deb
|
||||||
path: debian/artifacts
|
path: debian/artifacts
|
||||||
|
|||||||
Reference in New Issue
Block a user