File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 19
19
steps :
20
20
- name : Trigger generator
21
21
if : ${{ env.MUP_KEY != '' }}
22
- uses : peter-evans/repository-dispatch@v2
22
+ uses : peter-evans/repository-dispatch@v3
23
23
with :
24
24
token : ${{ secrets.MACHINE_USER_PAT }}
25
25
event-type : antora-build-trigger
Original file line number Diff line number Diff line change 13
13
jobs :
14
14
spellcheck :
15
15
name : Spellcheck
16
- runs-on : ubuntu-latest
16
+ runs-on : ubuntu-22.04
17
17
steps :
18
- - uses : actions/checkout@v3
18
+ - uses : actions/checkout@v4
19
19
-
uses :
rojopolis/[email protected]
20
20
name : Spellcheck
21
21
with :
50
50
51
51
- name : Cache Dependencies
52
52
id : cache-depends
53
- uses : actions/cache@v3
53
+ uses : actions/cache@v4
54
54
with :
55
55
path : protobuf-${{ env.PROTOBUF_VERSION }}
56
56
key : ${{ runner.os }}-v2-depends
@@ -147,7 +147,7 @@ jobs:
147
147
148
148
- name : Cache Dependencies
149
149
id : cache-depends
150
- uses : actions/cache@v3
150
+ uses : actions/cache@v4
151
151
with :
152
152
path : protobuf-${{ env.PROTOBUF_VERSION }}
153
153
key : ${{ runner.os }}-v2-depends
You can’t perform that action at this time.
0 commit comments