diff --git a/.github/workflows/remove-dependabot-on-template.yaml b/.github/workflows/remove-dependabot-on-template.yaml index de7c898..0f6cd7c 100644 --- a/.github/workflows/remove-dependabot-on-template.yaml +++ b/.github/workflows/remove-dependabot-on-template.yaml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Remove Dependabot run: rm -f .github/dependabot.yaml