diff --git a/.github/workflows/quickstart_2.0.yml b/.github/workflows/quickstart_2.0.yml index 23859fd16c3..2fddaef4e75 100644 --- a/.github/workflows/quickstart_2.0.yml +++ b/.github/workflows/quickstart_2.0.yml @@ -18,7 +18,7 @@ jobs: - name: Checkout uses: actions/checkout@v4 with: - ref: '2.0-stable' + ref: '3.0-stable' - name: Set up Go 1.21 uses: actions/setup-go@v5 @@ -67,7 +67,7 @@ jobs: - name: Checkout uses: actions/checkout@v4 with: - ref: '2.0-stable' + ref: '3.0-stable' - name: Set up Go 1.21 uses: actions/setup-go@v5 @@ -115,7 +115,7 @@ jobs: - name: Checkout uses: actions/checkout@v4 with: - ref: '2.0-stable' + ref: '3.0-stable' - name: Set up Go 1.21 uses: actions/setup-go@v5