File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 38
38
image : swift:${{ matrix.swift }}
39
39
steps :
40
40
- name : Checkout
41
- uses : actions/checkout@v3
41
+ uses : actions/checkout@v4
42
42
with :
43
43
path : main
44
44
- name : Update and install dependencies
73
73
key : ${{ runner.os }}-${{ matrix.swift}}-protobuf-${{ steps.get-sha.outputs.sha }}
74
74
- name : Checkout protobuf repo
75
75
if : steps.cache-protobuf.outputs.cache-hit != 'true'
76
- uses : actions/checkout@v3
76
+ uses : actions/checkout@v4
77
77
with :
78
78
repository : protocolbuffers/protobuf
79
79
ref : ${{ steps.get-sha.outputs.sha }}
@@ -117,7 +117,7 @@ jobs:
117
117
# Test on the latest Swift release.
118
118
image : swift:latest
119
119
steps :
120
- - uses : actions/checkout@v3
120
+ - uses : actions/checkout@v4
121
121
- name : Test
122
122
run : |
123
123
set -eu
@@ -146,6 +146,6 @@ jobs:
146
146
# Test on the latest Swift release.
147
147
image : swift:latest
148
148
steps :
149
- - uses : actions/checkout@v3
149
+ - uses : actions/checkout@v4
150
150
- name : Build
151
151
run : FuzzTesting/do_build.sh --${{ matrix.swiftpm_config }}-only --run-regressions
Original file line number Diff line number Diff line change @@ -12,11 +12,11 @@ jobs:
12
12
runs-on : ubuntu-latest
13
13
steps :
14
14
- name : Checkout
15
- uses : actions/checkout@v3
15
+ uses : actions/checkout@v4
16
16
with :
17
17
path : main
18
18
- name : Checkout protobufbuffers/protobuf
19
- uses : actions/checkout@v3
19
+ uses : actions/checkout@v4
20
20
with :
21
21
repository : protocolbuffers/protobuf
22
22
path : protobuf
Original file line number Diff line number Diff line change 46
46
image : swift:${{ matrix.swift }}
47
47
steps :
48
48
- name : Checkout
49
- uses : actions/checkout@v3
49
+ uses : actions/checkout@v4
50
50
with :
51
51
path : main
52
52
- name : Update and install dependencies
75
75
key : ${{ runner.os }}-${{ matrix.swift}}-protobuf-${{ steps.get-sha.outputs.sha }}
76
76
- name : Checkout protobuf repo
77
77
if : steps.cache-protobuf.outputs.cache-hit != 'true'
78
- uses : actions/checkout@v3
78
+ uses : actions/checkout@v4
79
79
with :
80
80
repository : protocolbuffers/protobuf
81
81
ref : ${{ steps.get-sha.outputs.sha }}
You can’t perform that action at this time.
0 commit comments