From 5120af2a87ebc6a7e7591a8230c5f69544ac98cf Mon Sep 17 00:00:00 2001 From: Darragh O'Riordan Date: Tue, 28 Nov 2023 23:44:34 +1100 Subject: [PATCH] fix(renovate): Update actions/checkout action to v4.1.1 (#51) --- .github/workflows/rennovate.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/rennovate.yaml b/.github/workflows/rennovate.yaml index 37b31c42..f45a34a9 100644 --- a/.github/workflows/rennovate.yaml +++ b/.github/workflows/rennovate.yaml @@ -24,7 +24,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0 + uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 - name: Self-hosted Renovate uses: renovatebot/github-action@5d3fbef92a76cbf78f5732d17c07a2e76e6f7555 # v39.1.4 env: