From c39810206d7d7a7af19636d51247fd6a70447ff9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 15 Mar 2023 21:11:01 +0000 Subject: [PATCH] Update actions/checkout action to v3.4.0 --- .github/workflows/protoc.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/protoc.yml b/.github/workflows/protoc.yml index 938a6dd..241f44b 100644 --- a/.github/workflows/protoc.yml +++ b/.github/workflows/protoc.yml @@ -16,7 +16,7 @@ jobs: runs-on: ubuntu-latest # steps: - - uses: actions/checkout@v3.3.0 + - uses: actions/checkout@v3.4.0 - uses: abelfodil/protoc-action@v1 with: protoc-version: '3.13.0'