diff --git a/.github/workflows/create-tonapi-go-pull-request.yaml b/.github/workflows/create-tonapi-go-pull-request.yaml index 3657667a..5f3e3712 100644 --- a/.github/workflows/create-tonapi-go-pull-request.yaml +++ b/.github/workflows/create-tonapi-go-pull-request.yaml @@ -17,7 +17,7 @@ jobs: - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0 - name: Go Version - uses: actions/setup-go@be3c94b385c4f180051c996d336f57a34c397495 # v3.6.1 + uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0 with: go-version: '1.20' - name: create pull request diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index d563d491..0cc943f1 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -24,7 +24,7 @@ jobs: - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1 - name: Set up Go - uses: actions/setup-go@7b8cf10d4e4a01d4992d18a89f4d7dc5a3e6d6f4 # v4.3.0 + uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0 with: go-version: '1.20' diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 0204fa7c..d17be912 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -22,7 +22,7 @@ jobs: - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0 - name: Go Version - uses: actions/setup-go@be3c94b385c4f180051c996d336f57a34c397495 # v3.6.1 + uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0 with: go-version: '1.23' - name: test