From 8cfc27d2b48ddcc4568c0d4b108c5d248f595d0e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 May 2024 09:09:34 +0000 Subject: [PATCH 1/2] chore(deps): bump the github-actions group with 2 updates Bumps the github-actions group with 2 updates: [actions/add-to-project](https://github.com/actions/add-to-project) and [chuhlomin/render-template](https://github.com/chuhlomin/render-template). 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) Updates `chuhlomin/render-template` from 1.9 to 1.10 - [Release notes](https://github.com/chuhlomin/render-template/releases) - [Commits](https://github.com/chuhlomin/render-template/compare/v1.9...v1.10) --- updated-dependencies: - dependency-name: actions/add-to-project dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: chuhlomin/render-template dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/assign-project.yml | 2 +- .github/workflows/dependabot-changeset.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 diff --git a/.github/workflows/dependabot-changeset.yml b/.github/workflows/dependabot-changeset.yml index 62017bb4..e1f5cd99 100644 --- a/.github/workflows/dependabot-changeset.yml +++ b/.github/workflows/dependabot-changeset.yml @@ -50,7 +50,7 @@ jobs: - name: Render template id: render - uses: chuhlomin/render-template@v1.9 + uses: chuhlomin/render-template@v1.10 if: success() && steps.find-pr.outputs.number with: template: .github/dependabot-changeset.template.md From a38b0a58c499c0479a52edbee7f24c82ba5f5a94 Mon Sep 17 00:00:00 2001 From: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 6 May 2024 09:09:50 +0000 Subject: [PATCH 2/2] docs(changeset): add changeset fragment for chore(deps): bump the github-actions group with 2 updates --- .changeset/splendid-copper-alpaca.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/splendid-copper-alpaca.md diff --git a/.changeset/splendid-copper-alpaca.md b/.changeset/splendid-copper-alpaca.md new file mode 100644 index 00000000..b3e0499c --- /dev/null +++ b/.changeset/splendid-copper-alpaca.md @@ -0,0 +1,5 @@ +--- +'arcane-scripts': patch +--- + +chore(deps): bump the github-actions group with 2 updates