From 50a697bfffc5895f3ad3fce49d2e20d52d48b2d5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 16 Sep 2023 16:46:46 +0200 Subject: [PATCH] chore(deps): update actions/checkout action to v4 (#153) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/version-maintenance.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/version-maintenance.yml b/.github/workflows/version-maintenance.yml index a896440..e593371 100644 --- a/.github/workflows/version-maintenance.yml +++ b/.github/workflows/version-maintenance.yml @@ -22,7 +22,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Check out codebase - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Set up Python 3 uses: actions/setup-python@v4 with: