From 204e9a99c9660cf4dbb52e681f38d6990f2c2e10 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 25 Mar 2024 18:47:58 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v4 --- .github/workflows/sponsors.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sponsors.yaml b/.github/workflows/sponsors.yaml index 07c724e..fde7ade 100644 --- a/.github/workflows/sponsors.yaml +++ b/.github/workflows/sponsors.yaml @@ -13,7 +13,7 @@ jobs: environment: sponsors steps: - name: Checkout 🛎️ - uses: actions/checkout@v2 + uses: actions/checkout@v4 - name: Generate Sponsors 💖 uses: JamesIves/github-sponsors-readme-action@v1