From 095673c9933db069f0e35ce22689d78dff89243a Mon Sep 17 00:00:00 2001 From: "pepinillo-bot[bot]" <101514388+pepinillo-bot[bot]@users.noreply.github.com> Date: Wed, 23 Oct 2024 15:04:08 +0000 Subject: [PATCH] fix(github-action): update actions/checkout action to v4.2.2 --- .github/workflows/schedule-renovate.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/schedule-renovate.yaml b/.github/workflows/schedule-renovate.yaml index 82ea701d7..2e42333af 100644 --- a/.github/workflows/schedule-renovate.yaml +++ b/.github/workflows/schedule-renovate.yaml @@ -45,7 +45,7 @@ jobs: private-key: "${{ secrets.BOT_APP_PRIVATE_KEY }}" - name: Checkout - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 with: token: "${{ steps.app-token.outputs.token }}"