diff --git a/.github/workflows/branch-updater.yml b/.github/workflows/branch-updater.yml index a3569c7..5544637 100644 --- a/.github/workflows/branch-updater.yml +++ b/.github/workflows/branch-updater.yml @@ -17,7 +17,7 @@ jobs: # This runs the job on ubuntu runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - name: Creates pull requests run: | git config user.name github-actions