From 3650ab27be29c2f223ee35b59313a5403c5cd792 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Feb 2024 14:10:10 +0100 Subject: [PATCH] Bump SebRollen/toml-action from 1.0.2 to 1.2.0 (#26) Bumps [SebRollen/toml-action](https://github.com/sebrollen/toml-action) from 1.0.2 to 1.2.0. - [Release notes](https://github.com/sebrollen/toml-action/releases) - [Commits](https://github.com/sebrollen/toml-action/compare/v1.0.2...v1.2.0) --- updated-dependencies: - dependency-name: SebRollen/toml-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/ci.yml | 4 ++-- .github/workflows/release.yml | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) 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