From 27c4f7aaa6311e57866facda5387aecfc4b41c1c Mon Sep 17 00:00:00 2001 From: Reto Lehmann Date: Wed, 7 Aug 2024 10:07:46 +0200 Subject: [PATCH] Use shared go set-up action --- .github/workflows/knative-dependabot.yaml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) 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