diff --git a/.github/workflows/dependabot.yaml b/.github/workflows/dependabot.yaml index d55a765..6a45d87 100644 --- a/.github/workflows/dependabot.yaml +++ b/.github/workflows/dependabot.yaml @@ -14,7 +14,7 @@ jobs: version: ${{ steps.bump.outputs.new_version }} steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: ref: main fetch-depth: 0