From 86139ca215f2742060f1ef95c86624b0041a8162 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 10 Feb 2025 14:32:57 +0200 Subject: [PATCH] chore(deps): pin actions/checkout action to (#3) Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/cheatsheets.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cheatsheets.yaml b/.github/workflows/cheatsheets.yaml index ad4dc7a3..a6bbb094 100644 --- a/.github/workflows/cheatsheets.yaml +++ b/.github/workflows/cheatsheets.yaml @@ -15,7 +15,7 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 with: fetch-depth: 0 - name: Setup git config