We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c177b86 + 1555dee commit 4c5e7e4Copy full SHA for 4c5e7e4
.github/workflows/changelog.yml
@@ -9,7 +9,7 @@ jobs:
9
runs-on: ubuntu-latest
10
11
steps:
12
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
13
14
- name: Run Changelog CI
15
uses: saadmk11/changelog-ci@v1.2.0
.github/workflows/golangci-lint.yml
@@ -12,7 +12,7 @@ jobs:
name: lint
16
- name: golangci-lint
17
uses: golangci/golangci-lint-action@v8
18
with:
.github/workflows/run_tests.yml
@@ -8,7 +8,7 @@ jobs:
8
- uses: actions/setup-go@v5
go-version: '^1.24'
0 commit comments