diff --git a/.github/workflows/go-test.yml b/.github/workflows/go-test.yml index 94a047c..80e16d0 100644 --- a/.github/workflows/go-test.yml +++ b/.github/workflows/go-test.yml @@ -24,7 +24,7 @@ jobs: - uses: actions/checkout@v4.2.2 - name: Setup Go - uses: actions/setup-go@v5.3.0 + uses: actions/setup-go@v5.4.0 with: go-version: ${{ inputs.go-version }} diff --git a/.github/workflows/go-with-releaser-image.yml b/.github/workflows/go-with-releaser-image.yml index 0226230..584e481 100644 --- a/.github/workflows/go-with-releaser-image.yml +++ b/.github/workflows/go-with-releaser-image.yml @@ -30,7 +30,7 @@ jobs: fetch-depth: 0 - name: Set up Go - uses: actions/setup-go@v5.3.0 + uses: actions/setup-go@v5.4.0 with: go-version: ${{ inputs.go-version }} diff --git a/.github/workflows/go-with-releaser.yml b/.github/workflows/go-with-releaser.yml index 3ced416..451ea94 100644 --- a/.github/workflows/go-with-releaser.yml +++ b/.github/workflows/go-with-releaser.yml @@ -23,7 +23,7 @@ jobs: fetch-depth: 0 - name: Set up Go - uses: actions/setup-go@v5.3.0 + uses: actions/setup-go@v5.4.0 with: go-version: ${{ inputs.go-version }}