From 013be3445769f0a96c61ffdd95613849453b0bb2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 8 May 2024 20:57:23 +0000 Subject: [PATCH] Update actions/checkout action to v4 --- .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..aee2e2e 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@v4.1.5 - uses: abelfodil/protoc-action@v1 with: protoc-version: '3.13.0'