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 07470b4 commit b18e0efCopy full SHA for b18e0ef
.github/workflows/build.yml
@@ -19,7 +19,7 @@ jobs:
19
20
steps:
21
- name: Checkout
22
- uses: actions/checkout@v5
+ uses: actions/checkout@v6
23
24
- name: Setup Go
25
uses: actions/setup-go@v6
@@ -50,7 +50,7 @@ jobs:
50
51
52
53
54
55
- name: Get Tag
56
run: echo "TAG=${GITHUB_REF#refs/*/v}" >> $GITHUB_ENV
.github/workflows/linter.yml
@@ -15,7 +15,7 @@ jobs:
15
runs-on: ubuntu-latest
16
17
- name: Checkout the repo
18
- name: Setup Biome
uses: biomejs/setup-biome@v2
0 commit comments