diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f0c4aa5..287722b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,7 +17,7 @@ jobs: - "1.19" steps: - name: Setup - uses: actions/setup-go@v3 + uses: actions/setup-go@v4 with: go-version: ${{ matrix.go }} - name: Check out code diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 7aeb501..797e253 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -41,7 +41,7 @@ jobs: GOARCH: ${{ matrix.arch }} steps: - uses: actions/checkout@v3 - - uses: actions/setup-go@v3 + - uses: actions/setup-go@v4 with: go-version: 1.19 - name: Update environment