diff --git a/workflow-templates/auto-approve.yml b/workflow-templates/auto-approve.yml index fead622..5e990dc 100644 --- a/workflow-templates/auto-approve.yml +++ b/workflow-templates/auto-approve.yml @@ -5,7 +5,7 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2.2.0 + - uses: actions/checkout@v3.6.0 - uses: hmarr/auto-approve-action@v2.0.0 if: github.actor == 'dependabot[bot]' || github.actor == 'dependabot-preview[bot]' with: