From 2e4238c3bd42811fd39615db4d7d3b404e01c427 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 13 Jun 2024 18:51:06 +0000 Subject: [PATCH] chore(deps): update actions/checkout digest to 692973e Generated by renovateBot --- .github/workflows/buildtest.yaml | 2 +- .github/workflows/generate.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/buildtest.yaml b/.github/workflows/buildtest.yaml index 46bb7da5..5a652ba7 100644 --- a/.github/workflows/buildtest.yaml +++ b/.github/workflows/buildtest.yaml @@ -25,7 +25,7 @@ jobs: test: runs-on: ubuntu-latest steps: - - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4 + - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 - uses: actions/cache@v4 with: path: | diff --git a/.github/workflows/generate.yaml b/.github/workflows/generate.yaml index 2e7ecc0c..628de244 100644 --- a/.github/workflows/generate.yaml +++ b/.github/workflows/generate.yaml @@ -23,7 +23,7 @@ jobs: generate: runs-on: ubuntu-latest steps: - - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4 + - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 - name: Install Protoc uses: arduino/setup-protoc@v2