Skip to content

Commit 803c24e

Browse files
committed
Also fix remaining outdated actions in other workflows
Signed-off-by: Pierre R. Mai <[email protected]>
1 parent 37163b6 commit 803c24e

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/antora-generator.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
steps:
2020
- name: Trigger generator
2121
if: ${{ env.MUP_KEY != '' }}
22-
uses: peter-evans/repository-dispatch@v2
22+
uses: peter-evans/repository-dispatch@v3
2323
with:
2424
token: ${{ secrets.MACHINE_USER_PAT }}
2525
event-type: antora-build-trigger

.github/workflows/protobuf.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ on:
1313
jobs:
1414
spellcheck:
1515
name: Spellcheck
16-
runs-on: ubuntu-latest
16+
runs-on: ubuntu-22.04
1717
steps:
18-
- uses: actions/checkout@v3
18+
- uses: actions/checkout@v4
1919
- uses: rojopolis/[email protected]
2020
name: Spellcheck
2121
with:
@@ -50,7 +50,7 @@ jobs:
5050

5151
- name: Cache Dependencies
5252
id: cache-depends
53-
uses: actions/cache@v3
53+
uses: actions/cache@v4
5454
with:
5555
path: protobuf-${{ env.PROTOBUF_VERSION }}
5656
key: ${{ runner.os }}-v2-depends
@@ -147,7 +147,7 @@ jobs:
147147

148148
- name: Cache Dependencies
149149
id: cache-depends
150-
uses: actions/cache@v3
150+
uses: actions/cache@v4
151151
with:
152152
path: protobuf-${{ env.PROTOBUF_VERSION }}
153153
key: ${{ runner.os }}-v2-depends

0 commit comments

Comments
 (0)