We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents efc9256 + dbb54d4 commit bc15b7cCopy full SHA for bc15b7c
.github/workflows/integration.yml
@@ -12,7 +12,7 @@ jobs:
12
conmon:
13
runs-on: ubuntu-latest
14
steps:
15
- - uses: actions/checkout@v5
+ - uses: actions/checkout@v6
16
- name: Install BATS
17
run: |
18
sudo apt-get update
@@ -29,7 +29,7 @@ jobs:
29
matrix:
30
go-version: [stable, oldstable]
31
32
33
- uses: actions/setup-go@v6
34
with:
35
go-version: ${{ matrix.go-version }}
.github/workflows/validate.yml
@@ -15,7 +15,7 @@ jobs:
lint:
19
- name: Check C code formatting
20
21
0 commit comments