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