From 55335af8871b83f3b3965833d75203842b9c717d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Apr 2024 15:26:05 +0000 Subject: [PATCH] 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