Skip to content

Commit

Permalink
ci(action): update actions/add-to-project action to v0.6.1 (#418)
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://togithub.com/actions/add-to-project)
| action | patch | `v0.6.0` -> `v0.6.1` |

---

### Release Notes

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

###
[`v0.6.1`](https://togithub.com/actions/add-to-project/releases/tag/v0.6.1)

[Compare
Source](https://togithub.com/actions/add-to-project/compare/v0.6.0...v0.6.1)

#### What's Changed

- build(deps-dev): bump eslint-plugin-prettier from 5.0.0 to 5.1.3 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[actions/add-to-project#514
- build(deps-dev): bump concurrently from 8.2.1 to 8.2.2 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[actions/add-to-project#498
- build(deps-dev): bump eslint from 8.49.0 to 8.57.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[actions/add-to-project#520
- build(deps): bump github/codeql-action from 2 to 3 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[actions/add-to-project#507
- build(deps): bump actions/upload-artifact from 3 to 4 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[actions/add-to-project#508
- Improve output of `check-dist` workflow by
[@&#8203;camchenry](https://togithub.com/camchenry) in
[actions/add-to-project#521
- build(deps): bump
[@&#8203;actions/core](https://togithub.com/actions/core) from 1.10.0 to
1.10.1 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[actions/add-to-project#470
- build(deps): bump
[@&#8203;actions/github](https://togithub.com/actions/github) from 5.1.1
to 6.0.0 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[actions/add-to-project#500
- build(deps): bump actions/setup-node from 3 to 4 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[actions/add-to-project#493
- Update readme and prepare release by
[@&#8203;talune](https://togithub.com/talune) in
[actions/add-to-project#523
- build(deps-dev): bump
[@&#8203;types/node](https://togithub.com/types/node) from 16.18.60 to
16.18.91 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[actions/add-to-project#527
- build(deps-dev): bump eslint-plugin-jest from 27.6.0 to 27.9.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[actions/add-to-project#525
- build(deps-dev): bump
[@&#8203;typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin)
from 6.7.0 to 7.0.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[actions/add-to-project#524
- build(deps-dev): bump typescript from 5.2.2 to 5.4.2 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[actions/add-to-project#526

#### New Contributors

- [@&#8203;camchenry](https://togithub.com/camchenry) made their first
contribution in
[actions/add-to-project#521
- [@&#8203;talune](https://togithub.com/talune) made their first
contribution in
[actions/add-to-project#523

**Full Changelog**:
actions/add-to-project@v0.6.0...v0.6.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:eyJjcmVhdGVkSW5WZXIiOiIzNy4yNDUuMCIsInVwZGF0ZWRJblZlciI6IjM3LjI0NS4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Mar 19, 2024
1 parent 8f0efe0 commit 335f2d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/add_to_octokit_project.yml
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
continue-on-error: true
steps:
- uses: actions/add-to-project@v0.6.0
- uses: actions/add-to-project@v0.6.1
with:
project-url: https://github.com/orgs/octokit/projects/10
github-token: ${{ secrets.OCTOKITBOT_PROJECT_ACTION_TOKEN }}
Expand Down

0 comments on commit 335f2d2

Please sign in to comment.