From 3e7e4ada99bb6c375a7dd2d6f488252ceada1ff2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 20 May 2024 16:19:54 +0000 Subject: [PATCH] Update actions/checkout digest to a5ac7e5 --- .github/workflows/build.yml | 2 +- .github/workflows/makefile.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 70a2622..0d16fd9 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -17,7 +17,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4 + uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4 - name: Run Make run: "VERSION=${{ env.ver_num }} make" diff --git a/.github/workflows/makefile.yml b/.github/workflows/makefile.yml index 03287c9..2123d03 100644 --- a/.github/workflows/makefile.yml +++ b/.github/workflows/makefile.yml @@ -19,7 +19,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4 + uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4 - name: Run Make run: "VERSION=${{ env.ver_num }} make"