diff --git a/.github/workflows/knative-dependabot.yaml b/.github/workflows/knative-dependabot.yaml index b219d4284..9b9b2481e 100644 --- a/.github/workflows/knative-dependabot.yaml +++ b/.github/workflows/knative-dependabot.yaml @@ -12,10 +12,8 @@ jobs: runs-on: ubuntu-latest if: ${{ github.actor == 'dependabot[bot]' }} steps: - - name: Set up Go 1.21.x - uses: actions/setup-go@v5 - with: - go-version: 1.21.x + - name: Set up Go + uses: knative/actions/setup-go@main - name: Checkout uses: actions/checkout@v4