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 b8b33fc commit f03ab92Copy full SHA for f03ab92
.github/workflows/ci.yml
@@ -10,7 +10,10 @@ jobs:
10
format_src_check:
11
runs-on: ubuntu-latest
12
steps:
13
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v6
14
+ - uses: cachix/install-nix-action@v31
15
+ with:
16
+ nix_path: nixpkgs=channel:nixos-unstable
17
- run: ./format_src_check.sh
18
tests:
19
@@ -20,11 +23,11 @@ jobs:
20
23
golang-version: ['1.22', '1.23']
21
24
22
25
- - uses: actions/setup-go@v5
26
27
+ - uses: actions/setup-go@v6
28
with:
29
go-version: ${{ matrix.golang-version }}
- - uses: actions/setup-java@v3
30
+ - uses: actions/setup-java@v5
31
32
distribution: 'temurin'
33
java-version: ${{ matrix.java-version }}
0 commit comments