From 4828da00a0a8da539257ca959db01d8fc32aa4f8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 1 Feb 2024 07:57:17 +0000 Subject: [PATCH] Update actions/checkout action to v4 --- .github/workflows/cleanup.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cleanup.yaml b/.github/workflows/cleanup.yaml index c4b2e7d..ff0b160 100644 --- a/.github/workflows/cleanup.yaml +++ b/.github/workflows/cleanup.yaml @@ -37,7 +37,7 @@ jobs: runs-on: ubuntu-20.04 steps: - name: Checkout code - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Ignore index.yaml.back file run: echo "index.yaml.back" >> .git/info/exclude