From 4bc7c426462535bfd3950186d74d0d29eb475f00 Mon Sep 17 00:00:00 2001 From: haya14busa Date: Thu, 4 Jul 2024 23:34:23 +0900 Subject: [PATCH] fix depup config --- .github/workflows/depup.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/depup.yml b/.github/workflows/depup.yml index 97a9f176..4da4fa59 100644 --- a/.github/workflows/depup.yml +++ b/.github/workflows/depup.yml @@ -13,7 +13,7 @@ jobs: - uses: haya14busa/action-depup/with-pr@v1 id: depup with: - file: proto/rdf/Dockerfile + file: proto/Dockerfile version_name: PROTOC_VERSION repo: protocolbuffers/protobuf @@ -24,7 +24,7 @@ jobs: - uses: haya14busa/action-depup/with-pr@v1 id: depup with: - file: proto/rdf/Dockerfile + file: proto/Dockerfile version_name: PROTOC_GEN_GO_VERSION repo: protocolbuffers/protobuf-go @@ -35,6 +35,6 @@ jobs: - uses: haya14busa/action-depup/with-pr@v1 id: depup with: - file: proto/rdf/Dockerfile + file: proto/Dockerfile version_name: PROTOC_GEN_JSONSCHEMA_VERSION repo: chrusty/protoc-gen-jsonschema