From 0cb6af43ec66d76125bbead1dd1717ae879c3908 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Apr 2024 15:11:52 +0000 Subject: [PATCH 1/2] chore(deps): bump actions/add-to-project in the github-actions group Bumps the github-actions group with 1 update: [actions/add-to-project](https://github.com/actions/add-to-project). Updates `actions/add-to-project` from 0.6.1 to 1.0.1 - [Release notes](https://github.com/actions/add-to-project/releases) - [Commits](https://github.com/actions/add-to-project/compare/v0.6.1...v1.0.1) --- updated-dependencies: - dependency-name: actions/add-to-project dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/assign-project.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/assign-project.yml b/.github/workflows/assign-project.yml index 67167c7a..1084a975 100644 --- a/.github/workflows/assign-project.yml +++ b/.github/workflows/assign-project.yml @@ -18,7 +18,7 @@ jobs: name: Add issue to project runs-on: ubuntu-latest steps: - - uses: actions/add-to-project@v0.6.1 + - uses: actions/add-to-project@v1.0.1 with: # You can target a project in a different organization # to the issue From 94512e5a7a5be82037d477f7ee48de3b749f1714 Mon Sep 17 00:00:00 2001 From: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 12 Apr 2024 15:12:15 +0000 Subject: [PATCH 2/2] docs(changeset): add changeset fragment for chore(deps): bump actions/add-to-project from 0.6.1 to 1.0.1 in the github-actions group --- .changeset/cute-aqua-swan.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/cute-aqua-swan.md diff --git a/.changeset/cute-aqua-swan.md b/.changeset/cute-aqua-swan.md new file mode 100644 index 00000000..a1358dd2 --- /dev/null +++ b/.changeset/cute-aqua-swan.md @@ -0,0 +1,5 @@ +--- +'arcane-scripts': patch +--- + +chore(deps): bump actions/add-to-project from 0.6.1 to 1.0.1 in the github-actions group