2424 go-version : ${{ matrix.go-version }}
2525
2626 - name : Checkout code
27- uses : actions/checkout@v4
27+ uses : actions/checkout@v5
2828
2929 - name : Vet
3030 run : go vet ./...
6363 go-version : 1.25.x
6464
6565 - name : Checkout code
66- uses : actions/checkout@v4
66+ uses : actions/checkout@v5
6767
6868 - name : Generate
6969 working-directory : ${{ matrix.pkg }}/_generate
8585 go-version : 1.25.x
8686
8787 - name : Checkout code
88- uses : actions/checkout@v4
88+ uses : actions/checkout@v5
8989
9090 - name : fmt
9191 run : diff <(gofmt -d .) <(printf "")
@@ -128,7 +128,7 @@ jobs:
128128 go-version : 1.25.x
129129
130130 - name : Checkout code
131- uses : actions/checkout@v4
131+ uses : actions/checkout@v5
132132
133133 - name : S2/FuzzDictBlocks/${{ matrix.tags }}
134134 run : go test -tags=${{ matrix.tags }} -run=none -fuzz=FuzzDictBlocks -fuzztime=100000x -test.fuzzminimizetime=10ms ./s2/.
@@ -154,7 +154,7 @@ jobs:
154154 go-version : 1.25.x
155155
156156 - name : Checkout code
157- uses : actions/checkout@v4
157+ uses : actions/checkout@v5
158158
159159 - name : zstd/FuzzDecodeAll/${{ matrix.tags }}
160160 run : go test -tags=${{ matrix.tags }} -run=none -fuzz=FuzzDecodeAll -fuzztime=500000x -test.fuzzminimizetime=10ms ./zstd/.
@@ -184,7 +184,7 @@ jobs:
184184 with :
185185 go-version : 1.25.x
186186 - name : Checkout code
187- uses : actions/checkout@v4
187+ uses : actions/checkout@v5
188188
189189 - name : flate/FuzzEncoding/${{ matrix.tags }}
190190 run : go test -tags=${{ matrix.tags }} -run=none -fuzz=FuzzEncoding -fuzztime=100000x -test.fuzzminimizetime=10ms ./flate/.
0 commit comments