From 9856e0db4a1350086e1976412ff35ef932765ebb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 19 Nov 2024 11:18:20 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v4 --- .github/workflows/test_gen.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test_gen.yml b/.github/workflows/test_gen.yml index f6591b45..44b14c81 100644 --- a/.github/workflows/test_gen.yml +++ b/.github/workflows/test_gen.yml @@ -23,7 +23,7 @@ jobs: name: re-generate tests runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3.5.3 + - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 with: fetch-depth: 0 - uses: chrisdickinson/setup-yq@v1.0.1