diff --git a/.github/workflows/go-build.yml b/.github/workflows/go-build.yml index 44f0153..62c8d0b 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@v3 diff --git a/.github/workflows/go-test.yml b/.github/workflows/go-test.yml index fa76c44..ec2b654 100644 --- a/.github/workflows/go-test.yml +++ b/.github/workflows/go-test.yml @@ -12,7 +12,7 @@ jobs: 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@v3 with: