Skip to content

Commit 70fd1ec

Browse files
committed
Update GitHub workflow actions
To resolve warnings on deprecated packages and old NodeJS versions.
1 parent 7338157 commit 70fd1ec

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/ci-build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ubuntu-latest
88
steps:
99
- name: Checkout source
10-
uses: actions/checkout@v3
10+
uses: actions/checkout@v4
1111
- name: Run protolint
1212
uses: plexsystems/[email protected]
1313
with:

.github/workflows/ci-dotnet.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ubuntu-latest
88
steps:
99
- name: Checkout source
10-
uses: actions/checkout@v3
10+
uses: actions/checkout@v4
1111

1212
- name: Setup .NET Core @ Latest
1313
uses: actions/setup-dotnet@v3

.github/workflows/gen-docs.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ jobs:
99
generate-documentation:
1010
runs-on: ubuntu-latest
1111
container:
12-
image: pseudomuto/protoc-gen-doc:1.4.1
12+
image: pseudomuto/protoc-gen-doc:1.5.1
1313
steps:
1414
- name: Checkout source
15-
uses: actions/checkout@v1
15+
uses: actions/checkout@v4
1616
- name: Print path
1717
run: echo "${{ github.workspace }}/protobuf_definitions"
1818
- name: Create output configDirectory

0 commit comments

Comments
 (0)