diff --git a/.github/workflows/dependabot_pr_formatter.yaml b/.github/workflows/dependabot_pr_formatter.yaml index 14d46f4..f90cd2c 100644 --- a/.github/workflows/dependabot_pr_formatter.yaml +++ b/.github/workflows/dependabot_pr_formatter.yaml @@ -8,7 +8,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout code - uses: actions/checkout@v2 + uses: actions/checkout@v4 - name: Dependabot PR Formatter if: github.actor == 'dependabot[bot]' || github.actor == 'dependabot-preview[bot]'