We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8015552 + 793ed23 commit ec1a1b3Copy full SHA for ec1a1b3
2 files changed
.github/workflows/ci.yml
@@ -11,7 +11,7 @@ jobs:
11
name: Lint, type-check, test & build
12
runs-on: ubuntu-latest
13
steps:
14
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v6
15
16
- uses: ./.github/actions/setup
17
@@ -27,7 +27,7 @@ jobs:
27
issues: write
28
pull-requests: write
29
30
31
with:
32
fetch-depth: 0
33
token: ${{ secrets.RELEASE_TOKEN }}
.github/workflows/release.yml
@@ -30,7 +30,7 @@ jobs:
contents: write
34
35
ref: ${{ github.event.inputs.tag || github.ref }}
36
0 commit comments