Skip to content

Commit

Permalink
ci(action): update actions/add-to-project action to v1.0.1 (#424)
Browse files Browse the repository at this point in the history
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [actions/add-to-project](https://github.com/actions/add-to-project)
| action | patch | `v1.0.0` -> `v1.0.1` |

---

### Release Notes

<details>
<summary>actions/add-to-project (actions/add-to-project)</summary>

###
[`v1.0.1`](https://github.com/actions/add-to-project/releases/tag/v1.0.1)

[Compare
Source](https://github.com/actions/add-to-project/compare/v1.0.0...v1.0.1)

#### Summary

This release includes dependency updates, including security fix to
undici.

#### What's Changed

- Dependabot/npm and yarn/undici 5.28.4 fixes by
[@&#8203;skw](https://github.com/skw) in
[https://github.com/actions/add-to-project/pull/550](https://github.com/actions/add-to-project/pull/550)
- build(deps-dev): bump
[@&#8203;typescript-eslint/parser](https://github.com/typescript-eslint/parser)
from 7.4.0 to 7.6.0 by
[@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/actions/add-to-project/pull/546](https://github.com/actions/add-to-project/pull/546)
- build(deps-dev): bump
[@&#8203;typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/eslint-plugin)
from 7.4.0 to 7.6.0 by
[@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/actions/add-to-project/pull/547](https://github.com/actions/add-to-project/pull/547)
- build(deps-dev): bump typescript from 5.4.3 to 5.4.5 by
[@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/actions/add-to-project/pull/549](https://github.com/actions/add-to-project/pull/549)
- build(deps-dev): bump
[@&#8203;types/node](https://github.com/types/node) from 16.18.91 to
16.18.96 by [@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/actions/add-to-project/pull/548](https://github.com/actions/add-to-project/pull/548)
- build(deps): bump undici from 5.28.3 to 5.28.4 by
[@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/actions/add-to-project/pull/542](https://github.com/actions/add-to-project/pull/542)

**Full Changelog**:
actions/add-to-project@v1.0.0...v1.0.1

</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 has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/octokit/rest.js).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yNjkuMiIsInVwZGF0ZWRJblZlciI6IjM3LjI2OS4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Apr 15, 2024
1 parent 792bb39 commit c751cb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/add_to_octokit_project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
continue-on-error: true
steps:
- uses: actions/add-to-project@v1.0.0
- uses: actions/add-to-project@v1.0.1
with:
project-url: https://github.com/orgs/octokit/projects/10
github-token: ${{ secrets.OCTOKITBOT_PROJECT_ACTION_TOKEN }}
Expand Down

0 comments on commit c751cb5

Please sign in to comment.