Skip to content

Commit

Permalink
build(deps): Bump actions/add-to-project from 0.5.0 to 0.6.0 (#131)
Browse files Browse the repository at this point in the history
Bumps
[actions/add-to-project](https://github.com/actions/add-to-project) from
0.5.0 to 0.6.0.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/actions/add-to-project/commit/0609a2702eefb44781da00f8e04901d6e5cd2b92"><code>0609a27</code></a>
Merge pull request <a
href="https://redirect.github.com/actions/add-to-project/issues/517">#517</a>
from mattcosta7/patch-1</li>
<li><a
href="https://github.com/actions/add-to-project/commit/9431bea31beb6096313382047675784c51760c3b"><code>9431bea</code></a>
Update action.yml</li>
<li><a
href="https://github.com/actions/add-to-project/commit/0008229a2277e5f9299b5d1f06272b00d09342f8"><code>0008229</code></a>
Merge pull request <a
href="https://redirect.github.com/actions/add-to-project/issues/503">#503</a>
from takost/update-to-node-20</li>
<li><a
href="https://github.com/actions/add-to-project/commit/5a5c08a0d81818330640518a1dccf289f82549b7"><code>5a5c08a</code></a>
Update action to node20</li>
<li><a
href="https://github.com/actions/add-to-project/commit/0be3b6580ae2145e72e0ada85d693ab71a5f17d6"><code>0be3b65</code></a>
Merge pull request <a
href="https://redirect.github.com/actions/add-to-project/issues/494">#494</a>
from actions/dependabot/npm_and_yarn/eslint-plugin-je...</li>
<li><a
href="https://github.com/actions/add-to-project/commit/9c5d7e23094493dd02f455ac8b44c4a84eb29657"><code>9c5d7e2</code></a>
Merge branch 'main' into
dependabot/npm_and_yarn/eslint-plugin-jest-27.6.0</li>
<li><a
href="https://github.com/actions/add-to-project/commit/6460bf625c61207a34f747b431fe4ffa35d13490"><code>6460bf6</code></a>
Merge pull request <a
href="https://redirect.github.com/actions/add-to-project/issues/495">#495</a>
from actions/dependabot/npm_and_yarn/types/node-16.18.60</li>
<li><a
href="https://github.com/actions/add-to-project/commit/c48fdd4a10acd1cd7d36b0f0c360fb8baf666c00"><code>c48fdd4</code></a>
build(deps-dev): bump <code>@​types/node</code> from 16.18.51 to
16.18.60</li>
<li><a
href="https://github.com/actions/add-to-project/commit/b953640a26f5ee9e80d20685e74999ef17622990"><code>b953640</code></a>
Merge pull request <a
href="https://redirect.github.com/actions/add-to-project/issues/496">#496</a>
from actions/dependabot/npm_and_yarn/types/jest-29.5.7</li>
<li><a
href="https://github.com/actions/add-to-project/commit/f9db65bca71f436f2e7877299c8c2b0be3fc5d7f"><code>f9db65b</code></a>
Merge branch 'main' into dependabot/npm_and_yarn/types/jest-29.5.7</li>
<li>Additional commits viewable in <a
href="https://github.com/actions/add-to-project/compare/v0.5.0...v0.6.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=actions/add-to-project&package-manager=github_actions&previous-version=0.5.0&new-version=0.6.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Mar 1, 2024
1 parent 82fe3d6 commit 5054cb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/issue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
add-to-project:
runs-on: ubuntu-latest
steps:
- uses: actions/add-to-project@v0.5.0
- uses: actions/add-to-project@v0.6.0
with:
project-url: https://github.com/orgs/Safe-DS/projects/2
github-token: ${{ secrets.ADD_TO_PROJECT_PAT }}

0 comments on commit 5054cb1

Please sign in to comment.