diff --git a/.github/workflows/auto-merge-github-actions.yml b/.github/workflows/auto-merge-github-actions.yml index 94083a5..f7a05d0 100644 --- a/.github/workflows/auto-merge-github-actions.yml +++ b/.github/workflows/auto-merge-github-actions.yml @@ -12,7 +12,7 @@ jobs: if: github.event.pull_request.user.login == 'dependabot[bot]' && contains(github.event.pull_request.head.ref, 'dependabot/github_actions/') steps: - name: Checkout repository - uses: actions/checkout@v2 + uses: actions/checkout@v4 - name: Auto approve uses: hmarr/auto-approve-action@v2.0.0 with: