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 53d8862 commit 6eef1f6Copy full SHA for 6eef1f6
.github/workflows/release.yml
@@ -9,7 +9,7 @@ permissions: {}
9
jobs:
10
release:
11
name: Release
12
- uses: grafana/xk6/.github/workflows/tooling-release.yml@v1.1.5
+ uses: grafana/xk6/.github/workflows/tooling-release.yml@v1.2.3
13
permissions:
14
contents: write
15
packages: write
.github/workflows/validate.yml
@@ -12,7 +12,7 @@ permissions: {}
validate:
name: Validate
- uses: grafana/xk6/.github/workflows/tooling-validate.yml@v1.1.5
+ uses: grafana/xk6/.github/workflows/tooling-validate.yml@v1.2.3
16
secrets:
17
codecov-token: ${{secrets.CODECOV_TOKEN}}
18
with:
0 commit comments