We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2affca commit 6cd169dCopy full SHA for 6cd169d
.github/workflows/build.yml
@@ -19,14 +19,14 @@ on:
19
# See https://github.com/cristalhq/.github/.github/workflows
20
jobs:
21
build:
22
- uses: cristalhq/.github/.github/workflows/build.yml@v0.5.0
+ uses: cristalhq/.github/.github/workflows/build.yml@v0.8.1
23
24
vuln:
25
- uses: cristalhq/.github/.github/workflows/vuln.yml@v0.5.0
+ uses: cristalhq/.github/.github/workflows/vuln.yml@v0.8.1
26
27
release:
28
if: github.event_name == 'workflow_dispatch'
29
- uses: cristalhq/.github/.github/workflows/release.yml@v0.5.0
+ uses: cristalhq/.github/.github/workflows/release.yml@v0.8.1
30
permissions:
31
contents: write
32
with:
0 commit comments