-
Notifications
You must be signed in to change notification settings - Fork 0
41 lines (38 loc) · 1.01 KB
/
depup.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
name: depup
on:
schedule:
- cron: '14 14 * * *' # Runs at 14:14 UTC every day
repository_dispatch:
types: [depup]
workflow_dispatch:
jobs:
protoc:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: haya14busa/action-depup/with-pr@v1
id: depup
with:
file: proto/Dockerfile
version_name: PROTOC_VERSION
repo: protocolbuffers/protobuf
protoc-gen-go:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: haya14busa/action-depup/with-pr@v1
id: depup
with:
file: proto/Dockerfile
version_name: PROTOC_GEN_GO_VERSION
repo: protocolbuffers/protobuf-go
protoc-gen-jsonschema:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: haya14busa/action-depup/with-pr@v1
id: depup
with:
file: proto/Dockerfile
version_name: PROTOC_GEN_JSONSCHEMA_VERSION
repo: chrusty/protoc-gen-jsonschema