diff --git a/.github/workflows/dependabot.yml b/.github/workflows/dependabot.yml index 15f72d60f8..57c2e0ebd6 100644 --- a/.github/workflows/dependabot.yml +++ b/.github/workflows/dependabot.yml @@ -19,7 +19,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Set up Go 1.x - uses: actions/setup-go@v2 + uses: actions/setup-go@v3 with: go-version: '1.17' id: go