From 2e7f28d856506c205d28c27462c9500d72271a2d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 16 May 2024 21:46:55 +0000 Subject: [PATCH] Update actions/checkout action to v4.1.6 --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index e563e96..ea68a54 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -284,7 +284,7 @@ jobs: needs: [ build, build-win, build-mac ] runs-on: ubuntu-latest steps: - - uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5 + - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 with: fetch-depth: 0 - name: Extract crate information