Commit f3faf20 1 parent e6d2341 commit f3faf20 Copy full SHA for f3faf20
File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 25
25
pre_commit :
26
26
runs-on : ubuntu-latest
27
27
steps :
28
- - uses : actions/checkout@v4.1.1
28
+ - uses : actions/checkout@v4.2.0
29
29
with :
30
30
fetch-depth : 0
31
31
- uses : actions/setup-python@v3
Original file line number Diff line number Diff line change 11
11
name : build
12
12
runs-on : ubuntu-latest
13
13
steps :
14
- - uses : actions/checkout@v4.1.1
14
+ - uses : actions/checkout@v4.2.0
15
15
- uses : actions/setup-go@v3
16
16
with :
17
17
go-version : ^1.16
23
23
name : lint
24
24
runs-on : ubuntu-latest
25
25
steps :
26
- - uses : actions/checkout@v4.1.1
26
+ - uses : actions/checkout@v4.2.0
27
27
- name : golangci-lint
28
28
uses : golangci/golangci-lint-action@v3
Original file line number Diff line number Diff line change 17
17
contents : read
18
18
packages : write
19
19
steps :
20
- - uses : actions/checkout@v4.1.1
20
+ - uses : actions/checkout@v4.2.0
21
21
22
22
- name : Log in to the Container registry
23
23
uses : docker/login-action@dd4fa0671be5250ee6f50aedf4cb05514abda2c7
44
44
name : Publish GitHub release
45
45
runs-on : ubuntu-latest
46
46
steps :
47
- - uses : actions/checkout@v4.1.1
47
+ - uses : actions/checkout@v4.2.0
48
48
49
49
- name : Build && release binaries
50
50
uses : docker://goreleaser/goreleaser:v0.179.0
You can’t perform that action at this time.
0 commit comments