diff --git a/.github/workflows/go_test.yml b/.github/workflows/go_test.yml index d413ba2..185c206 100644 --- a/.github/workflows/go_test.yml +++ b/.github/workflows/go_test.yml @@ -10,7 +10,7 @@ jobs: os: [ubuntu-latest, macos-latest] runs-on: ${{ matrix.os }} steps: - - uses: actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe # v4.1.0 + - uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0 with: go-version: ${{ matrix.go-version }} - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v3.1.0 diff --git a/.github/workflows/golangci-lint.yml b/.github/workflows/golangci-lint.yml index cc4fea9..c497af9 100644 --- a/.github/workflows/golangci-lint.yml +++ b/.github/workflows/golangci-lint.yml @@ -11,7 +11,7 @@ jobs: name: lint runs-on: ubuntu-latest steps: - - uses: actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe # v4.1.0 + - uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0 with: go-version: 1.17 - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v3.1.0