File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 28
28
image : cfssl/cfssl
29
29
steps :
30
30
- name : Checkout repository
31
- uses : actions/checkout@v3
31
+ uses : actions/checkout@v4
32
32
with :
33
33
fetch-depth : 0
34
34
Original file line number Diff line number Diff line change 50
50
- run : psql -c 'create database certdb_development;' -U postgres;
51
51
- run : mysql -e 'create database certdb_development;' -u root;
52
52
- run : mysql -e 'SET global sql_mode = 0;' -u root;
53
- - uses : actions/checkout@v3
53
+ - uses : actions/checkout@v4
54
54
55
55
- name : Set up Go
56
56
uses : actions/setup-go@v4
73
73
- uses : actions/setup-go@v4
74
74
with :
75
75
go-version : 1.18
76
- - uses : actions/checkout@v3
76
+ - uses : actions/checkout@v4
77
77
- name : golangci-lint
78
78
uses : golangci/golangci-lint-action@v3
Original file line number Diff line number Diff line change 9
9
build :
10
10
runs-on : ubuntu-latest
11
11
steps :
12
- - uses : actions/checkout@v3
12
+ - uses : actions/checkout@v4
13
13
- run : make snapshot
14
14
- name : Archive snapshot artifacts
15
15
uses : actions/upload-artifact@v3
You can’t perform that action at this time.
0 commit comments