From 3f9e0199f54d3f34ff7384f90d339d92dc522b61 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 12 Apr 2023 15:34:03 +0000 Subject: [PATCH] Update actions/checkout action to v3.5.1 --- .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..bda43da 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.5.1 - uses: abelfodil/protoc-action@v1 with: protoc-version: '3.13.0'