From 4a93bc7a5e652a8e3066e6e0dd0b7908f89d8e47 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 12 Mar 2024 15:07:21 +0000 Subject: [PATCH] chore(deps): update actions/checkout digest to b4ffde6 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 942b712f..19a6dd2e 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@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 - uses: actions/cache@v4 with: path: | diff --git a/.github/workflows/generate.yaml b/.github/workflows/generate.yaml index 2e7ecc0c..6cda7320 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@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 - name: Install Protoc uses: arduino/setup-protoc@v2