chore: update actions/checkout to v4 in maintain PR workflow

This commit is contained in:
C4illin
2024-05-30 16:18:07 +02:00
parent 337cfdc15b
commit 84fd5367ce

View File

@@ -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