Skip to content

Commit

Permalink
ci(github-actions): bump the dependencies group across 1 directory wi…
Browse files Browse the repository at this point in the history
…th 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](kunitsucom/github-actions-paths-ignore-alternative@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](golangci/golangci-lint-action@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] <support@github.com>
  • Loading branch information
dependabot[bot] committed Aug 5, 2024
1 parent abaf240 commit 8770fc3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |-
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/go-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |-
Expand Down

0 comments on commit 8770fc3

Please sign in to comment.