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 6bdfc88 commit c89d03bCopy full SHA for c89d03b
.github/workflows/lint.yml
@@ -10,7 +10,7 @@ jobs:
10
name: lint
11
runs-on: ubuntu-latest
12
steps:
13
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
14
- uses: actions/setup-go@v5
15
with:
16
go-version-file: 'go.mod'
.github/workflows/reuse.yml
@@ -7,6 +7,6 @@ jobs:
7
name: reuse
8
9
- name: REUSE Compliance Check
uses: fsfe/reuse-action@v5
.github/workflows/test.yml
@@ -15,7 +15,7 @@ jobs:
name: test
17
18
19
20
21
0 commit comments