diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 60c8b7c..8d55fe0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,7 +10,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Get Go version from .mise.toml - uses: SebRollen/toml-action@v1.0.2 + uses: SebRollen/toml-action@v1.2.0 id: get-golang-version with: file: .mise.toml @@ -19,7 +19,7 @@ jobs: with: go-version: '${{ steps.get-golang-version.outputs.value }}' - name: Get golangci-lint version from .mise.toml - uses: SebRollen/toml-action@v1.0.2 + uses: SebRollen/toml-action@v1.2.0 id: get-golangci-lint-version with: file: .mise.toml diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5219b05..0e9c39c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -17,7 +17,7 @@ jobs: fetch-depth: 0 - run: git fetch --force --tags - name: Get Golang version from .mise.toml - uses: SebRollen/toml-action@v1.0.2 + uses: SebRollen/toml-action@v1.2.0 id: get-golang-version with: file: .mise.toml @@ -26,7 +26,7 @@ jobs: with: go-version: '${{ steps.get-golang-version.outputs.value }}' - name: Get nfpm version from .mise.toml - uses: SebRollen/toml-action@v1.0.2 + uses: SebRollen/toml-action@v1.2.0 id: get-golang-version with: file: .mise.toml @@ -44,7 +44,7 @@ jobs: name: 'fury' version: '0.20.1' - name: Get goreleaser version from .mise.toml - uses: SebRollen/toml-action@v1.0.2 + uses: SebRollen/toml-action@v1.2.0 id: get-goreleaser-version with: file: .mise.toml