mirror of
https://github.com/griffi-gh/kubi.git
synced 2024-11-21 22:38:41 -06:00
fix dependabot alert
This commit is contained in:
parent
5da64b33db
commit
bd6ebde832
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -54,7 +54,7 @@ jobs:
|
||||||
- uses: actions/download-artifact@v2
|
- uses: actions/download-artifact@v2
|
||||||
with:
|
with:
|
||||||
path: ./artifacts
|
path: ./artifacts
|
||||||
- uses: rlespinasse/github-slug-action@v4
|
- uses: rlespinasse/github-slug-action@v4.4.1
|
||||||
- uses: ncipollo/release-action@v1
|
- uses: ncipollo/release-action@v1
|
||||||
with:
|
with:
|
||||||
tag: ${{ env.GITHUB_REF_SLUG_URL }}
|
tag: ${{ env.GITHUB_REF_SLUG_URL }}
|
||||||
|
|
Loading…
Reference in a new issue