From 8770fc3fc11d845f1845f972e5c425e1d1b4fcb9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Aug 2024 02:36:20 +0000 Subject: [PATCH] ci(github-actions): bump the dependencies group across 1 directory with 2 updates Bumps the dependencies group with 2 updates in the / directory: [kunitsucom/github-actions-paths-ignore-alternative](https://github.com/kunitsucom/github-actions-paths-ignore-alternative) and [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action). Updates `kunitsucom/github-actions-paths-ignore-alternative` from 0.0.2 to 0.0.4 - [Release notes](https://github.com/kunitsucom/github-actions-paths-ignore-alternative/releases) - [Commits](https://github.com/kunitsucom/github-actions-paths-ignore-alternative/compare/v0.0.2...v0.0.4) Updates `golangci/golangci-lint-action` from 6.0.1 to 6.1.0 - [Release notes](https://github.com/golangci/golangci-lint-action/releases) - [Commits](https://github.com/golangci/golangci-lint-action/compare/v6.0.1...v6.1.0) --- updated-dependencies: - dependency-name: kunitsucom/github-actions-paths-ignore-alternative dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: golangci/golangci-lint-action dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies ... Signed-off-by: dependabot[bot] --- .github/workflows/go-lint.yml | 4 ++-- .github/workflows/go-test.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/go-lint.yml b/.github/workflows/go-lint.yml index bb0f68c..2f33da5 100644 --- a/.github/workflows/go-lint.yml +++ b/.github/workflows/go-lint.yml @@ -34,7 +34,7 @@ jobs: outputs: skip: ${{ steps.paths-ignore.outputs.skip }} steps: - - uses: kunitsucom/github-actions-paths-ignore-alternative@v0.0.2 + - uses: kunitsucom/github-actions-paths-ignore-alternative@v0.0.4 id: paths-ignore with: paths-ignore: |- @@ -118,7 +118,7 @@ jobs: run: | direnv exec . go mod tidy git diff --exit-code go.mod go.sum - - uses: golangci/golangci-lint-action@v6.0.1 # ref. https://github.com/golangci/golangci-lint-action#how-to-use + - uses: golangci/golangci-lint-action@v6.1.0 # ref. https://github.com/golangci/golangci-lint-action#how-to-use with: working-directory: ${{ env.WORKDIR }} args: --timeout=600s diff --git a/.github/workflows/go-test.yml b/.github/workflows/go-test.yml index 92ecda0..9540cfb 100644 --- a/.github/workflows/go-test.yml +++ b/.github/workflows/go-test.yml @@ -34,7 +34,7 @@ jobs: outputs: skip: ${{ steps.paths-ignore.outputs.skip }} steps: - - uses: kunitsucom/github-actions-paths-ignore-alternative@v0.0.2 + - uses: kunitsucom/github-actions-paths-ignore-alternative@v0.0.4 id: paths-ignore with: paths-ignore: |-