We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b653aef commit 9a3631dCopy full SHA for 9a3631d
.github/workflows/ci.yml
@@ -16,7 +16,7 @@ jobs:
16
- uses: actions/checkout@v6.0.2
17
with:
18
fetch-depth: 0
19
- - uses: lycheeverse/lychee-action@v2.7.0
+ - uses: lycheeverse/lychee-action@v2.8.0
20
id: lychee
21
22
args: >-
@@ -39,7 +39,7 @@ jobs:
39
runs-on: ${{ matrix.os }}
40
steps:
41
42
- - uses: actions/setup-go@v6.2.0
+ - uses: actions/setup-go@v6.3.0
43
44
go-version: '1.26'
45
check-latest: true
@@ -61,7 +61,7 @@ jobs:
61
62
63
64
65
66
go-version: ${{ matrix.go-version }}
67
0 commit comments