diff --git a/.github/workflows/go-build.yml b/.github/workflows/go-build.yml index 4858972..9881c3d 100644 --- a/.github/workflows/go-build.yml +++ b/.github/workflows/go-build.yml @@ -13,7 +13,7 @@ jobs: matrix: go-version: [ '1.19.x', '1.20.x', '1.21.x' ] steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 # - name: Setup Go ${{ matrix.go-version }} uses: actions/setup-go@v4 diff --git a/.github/workflows/go-test.yml b/.github/workflows/go-test.yml index a887e68..b73b630 100644 --- a/.github/workflows/go-test.yml +++ b/.github/workflows/go-test.yml @@ -17,7 +17,7 @@ jobs: go-version: [ '1.19.x', '1.20.x', '1.21.x', '1.22.x' ] # steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Setup Go ${{ matrix.go-version }} uses: actions/setup-go@v3 with: