File tree 1 file changed +11
-7
lines changed
1 file changed +11
-7
lines changed Original file line number Diff line number Diff line change 8
8
branches :
9
9
- master
10
10
- prepare-release
11
+
12
+ permissions :
13
+ contents : read
14
+
11
15
jobs :
12
16
test :
13
17
name : Test go${{ matrix.goVersion}}.x ${{ matrix.goArch }}
38
42
SKIP_PYTHON_BINDINGS_TESTS : " 0"
39
43
runs-on : ubuntu-latest
40
44
steps :
41
- - uses : actions/checkout@v2
42
- - uses : actions/setup-go@v2
45
+ - uses : actions/checkout@v4
46
+ - uses : actions/setup-go@v5
43
47
with :
44
48
go-version : ${{ matrix.goVersion }}
45
49
- run : sudo apt install python3-dev python3-setuptools
56
60
name : bazel test
57
61
runs-on : ubuntu-latest
58
62
steps :
59
- - uses : actions/checkout@v2
60
- - uses : actions/cache@v2
63
+ - uses : actions/checkout@v4
64
+ - uses : actions/cache@v4
61
65
with :
62
66
path : |
63
67
~/.cache/bazel
70
74
name : Check all
71
75
runs-on : ubuntu-latest
72
76
steps :
73
- - uses : actions/checkout@v2
77
+ - uses : actions/checkout@v4
74
78
- run : sudo apt install python3-dev python3-setuptools
75
79
- run : pip install -U wheel
76
80
- run : pip install -U pytest setuptools
92
96
name : Goreleaser
93
97
runs-on : ubuntu-latest
94
98
steps :
95
- - uses : actions/checkout@v2
96
- - uses : goreleaser/goreleaser-action@v2
99
+ - uses : actions/checkout@v4
100
+ - uses : goreleaser/goreleaser-action@90a3faa9d0182683851fbfa97ca1a2cb983bfca3 # v6.2.1
97
101
with :
98
102
args : release --snapshot --skip=publish --clean
You can’t perform that action at this time.
0 commit comments