Skip to content

Commit

Permalink
ci(github-actions): bump kunitsucom/github-actions-paths-ignore-alter…
Browse files Browse the repository at this point in the history
…native

Bumps the dependencies group with 1 update: [kunitsucom/github-actions-paths-ignore-alternative](https://github.com/kunitsucom/github-actions-paths-ignore-alternative).


Updates `kunitsucom/github-actions-paths-ignore-alternative` from 0.0.2 to 0.0.3
- [Release notes](https://github.com/kunitsucom/github-actions-paths-ignore-alternative/releases)
- [Commits](hakadoriya-actions/paths-filter-alternative@v0.0.2...v0.0.3)

---
updated-dependencies:
- dependency-name: kunitsucom/github-actions-paths-ignore-alternative
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jun 24, 2024
1 parent 2274716 commit 30261b5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/go-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,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.3
id: paths-ignore
with:
paths-ignore: |-
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 @@ -48,7 +48,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.3
id: paths-ignore
with:
paths-ignore: |-
Expand Down

0 comments on commit 30261b5

Please sign in to comment.