From d7b93643ad6fbc7657987e0f8f7176a3339a3fed Mon Sep 17 00:00:00 2001 From: Darragh O'Riordan Date: Tue, 4 Jun 2024 07:23:59 +1000 Subject: [PATCH] fix(renovate): Update github-actions --- .github/workflows/rennovate.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/rennovate.yaml b/.github/workflows/rennovate.yaml index 76fb49c8..53c34a7e 100644 --- a/.github/workflows/rennovate.yaml +++ b/.github/workflows/rennovate.yaml @@ -24,9 +24,9 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4 + uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 - name: Self-hosted Renovate - uses: renovatebot/github-action@2e021d24483d81e77e0e902d0809adfbfff276fc # v40.1.10 + uses: renovatebot/github-action@21d88b0bf0183abcee15f990011cca090dfc47dd # v40.1.12 env: RENOVATE_REPOSITORIES: ${{ github.repository }} RENOVATE_PLATFORM_COMMIT: "true"