Skip to content

Commit

Permalink
chore(deps): update kunitsucom/github-actions-paths-ignore-alternativ…
Browse files Browse the repository at this point in the history
…e action to v1 (#2432)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[kunitsucom/github-actions-paths-ignore-alternative](https://redirect.github.com/kunitsucom/github-actions-paths-ignore-alternative)
| action | major | `v0.0.4` -> `v1.0.1` |

---

### Release Notes

<details>
<summary>kunitsucom/github-actions-paths-ignore-alternative
(kunitsucom/github-actions-paths-ignore-alternative)</summary>

###
[`v1.0.1`](https://redirect.github.com/hakadoriya-actions/paths-filter-alternative/releases/tag/v1.0.1)

[Compare
Source](https://redirect.github.com/kunitsucom/github-actions-paths-ignore-alternative/compare/v1.0.0...v1.0.1)

<!-- Release notes generated using configuration in .github/release.yml
at main -->

##### What's Changed

##### 👷 Changes to our CI configuration files and scripts (examples:
CircleCi, SauceLabs)

- ci(github-actions): bump hakadoriya-actions/task-list-checker from
0.0.0 to 0.0.2 in the dependencies group by
[@&#8203;ginokent](https://redirect.github.com/ginokent) in
[https://github.com/hakadoriya-actions/paths-filter-alternative/pull/19](https://redirect.github.com/hakadoriya-actions/paths-filter-alternative/pull/19)

##### 🧑‍💻 Changes to the build process or auxiliary tools and libraries
such as documentation generation

- chore: Fix misc by
[@&#8203;ginokent](https://redirect.github.com/ginokent) in
[https://github.com/hakadoriya-actions/paths-filter-alternative/pull/14](https://redirect.github.com/hakadoriya-actions/paths-filter-alternative/pull/14)
- chore: Fix misc by
[@&#8203;ginokent](https://redirect.github.com/ginokent) in
[https://github.com/hakadoriya-actions/paths-filter-alternative/pull/15](https://redirect.github.com/hakadoriya-actions/paths-filter-alternative/pull/15)
- chore: Rename hakadoriya-actions-paths-filter-alternative by
[@&#8203;ginokent](https://redirect.github.com/ginokent) in
[https://github.com/hakadoriya-actions/paths-filter-alternative/pull/17](https://redirect.github.com/hakadoriya-actions/paths-filter-alternative/pull/17)

**Full Changelog**:
hakadoriya-actions/paths-filter-alternative@v1.0.0...v1.0.1

###
[`v1.0.0`](https://redirect.github.com/hakadoriya-actions/paths-filter-alternative/releases/tag/v1.0.0)

[Compare
Source](https://redirect.github.com/kunitsucom/github-actions-paths-ignore-alternative/compare/v0.0.4...v1.0.0)

<!-- Release notes generated using configuration in .github/release.yml
at v1.0.0 -->

##### What's Changed

##### 💥 BREAKING CHANGES

- BREAKING CHANGE: transfer repository to hakadoriya organization by
[@&#8203;ginokent](https://redirect.github.com/ginokent) in
[https://github.com/hakadoriya/github-actions-paths-filter-alternative/pull/13](https://redirect.github.com/hakadoriya/github-actions-paths-filter-alternative/pull/13)

**Full Changelog**:
https://github.com/hakadoriya/github-actions-paths-filter-alternative/compare/v0.0.4...v1.0.0

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/infonl/dimpact-zaakafhandelcomponent).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xMDcuMCIsInVwZGF0ZWRJblZlciI6IjM5LjEwNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 20, 2025
1 parent 62a605e commit b2a5a93
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-test-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
skip: ${{ steps.paths-ignore.outputs.skip }}
steps:
- name: Skip job when only Markdown files are changed
uses: kunitsucom/github-actions-paths-ignore-alternative@3800eba25a9d716029cd1db0439cb9194431cc5c # v0.0.4
uses: kunitsucom/github-actions-paths-ignore-alternative@d1b27090d1a610f8cdde46d8d937a4a9c9127619 # v1.0.1
id: paths-ignore
with:
paths-ignore: |-
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
skip: ${{ steps.paths-ignore.outputs.skip }}
steps:
- name: Skip job when only Markdown files are changed
uses: kunitsucom/github-actions-paths-ignore-alternative@3800eba25a9d716029cd1db0439cb9194431cc5c # v0.0.4
uses: kunitsucom/github-actions-paths-ignore-alternative@d1b27090d1a610f8cdde46d8d937a4a9c9127619 # v1.0.1
id: paths-ignore
with:
paths-ignore: |-
Expand Down

0 comments on commit b2a5a93

Please sign in to comment.