From 84fd5367cea53bb913fe6154f1781377ff4a0bd7 Mon Sep 17 00:00:00 2001 From: C4illin Date: Thu, 30 May 2024 16:18:07 +0200 Subject: [PATCH] chore: update actions/checkout to v4 in maintain PR workflow --- .github/workflows/maintain-pr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/maintain-pr.yml b/.github/workflows/maintain-pr.yml index 110ed28..9387bf3 100644 --- a/.github/workflows/maintain-pr.yml +++ b/.github/workflows/maintain-pr.yml @@ -9,7 +9,7 @@ jobs: update-release-pr: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Setup Git run: | git config user.name github-actions