From ed493d3ee8c89733259c4bb36733d41e4dad053e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 2 Nov 2023 07:56:43 +0000 Subject: [PATCH] chore(deps): update actions/checkout digest to b4ffde6 --- .github/workflows/upload-assets.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/upload-assets.yml b/.github/workflows/upload-assets.yml index 4656218..7f89266 100644 --- a/.github/workflows/upload-assets.yml +++ b/.github/workflows/upload-assets.yml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-latest steps: - name: 📦 Check out the codebase - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 + uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 - name: 🚀 Generate dist files run: make generate