From 04c850a55ef395aaf146b840b06708881a5956eb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 Mar 2024 15:22:55 +0000 Subject: [PATCH 1/2] chore(deps): bump the github-actions group with 3 updates Bumps the github-actions group with 3 updates: [actions/add-to-project](https://github.com/actions/add-to-project), [softprops/action-gh-release](https://github.com/softprops/action-gh-release) and [fuxingloh/multi-labeler](https://github.com/fuxingloh/multi-labeler). Updates `actions/add-to-project` from 0.5.0 to 0.6.1 - [Release notes](https://github.com/actions/add-to-project/releases) - [Commits](https://github.com/actions/add-to-project/compare/v0.5.0...v0.6.1) Updates `softprops/action-gh-release` from 1 to 2 - [Release notes](https://github.com/softprops/action-gh-release/releases) - [Changelog](https://github.com/softprops/action-gh-release/blob/master/CHANGELOG.md) - [Commits](https://github.com/softprops/action-gh-release/compare/v1...v2) Updates `fuxingloh/multi-labeler` from 2 to 4 - [Release notes](https://github.com/fuxingloh/multi-labeler/releases) - [Commits](https://github.com/fuxingloh/multi-labeler/compare/v2...v4) --- updated-dependencies: - dependency-name: actions/add-to-project dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: softprops/action-gh-release dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: fuxingloh/multi-labeler 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 +- .github/workflows/github-release.yml | 2 +- .github/workflows/labeler.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/assign-project.yml b/.github/workflows/assign-project.yml index 92bc9e68..67167c7a 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.5.0 + - uses: actions/add-to-project@v0.6.1 with: # You can target a project in a different organization # to the issue diff --git a/.github/workflows/github-release.yml b/.github/workflows/github-release.yml index e540b4e5..7a6cb641 100644 --- a/.github/workflows/github-release.yml +++ b/.github/workflows/github-release.yml @@ -34,7 +34,7 @@ jobs: EOInfo - name: Release - uses: softprops/action-gh-release@v1 + uses: softprops/action-gh-release@v2 # only run if we have a changelog entry if: steps.get-changelog-entry.outputs.last-change-entry != '' with: diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml index e31a3489..2063051f 100644 --- a/.github/workflows/labeler.yml +++ b/.github/workflows/labeler.yml @@ -15,6 +15,6 @@ jobs: runs-on: ubuntu-latest if: ${{ github.actor != 'dependabot[bot]' }} steps: - - uses: fuxingloh/multi-labeler@v2 + - uses: fuxingloh/multi-labeler@v4 with: github-token: ${{ secrets.CHANGESETS_TOKEN }} From 5ae57dc2f9d7ac38ca2d2aa7235799d237ec1e66 Mon Sep 17 00:00:00 2001 From: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 20 Mar 2024 15:23:14 +0000 Subject: [PATCH 2/2] docs(changeset): add changeset fragment for chore(deps): bump the github-actions group with 3 updates --- .changeset/unconscious-purple-mosquito.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/unconscious-purple-mosquito.md diff --git a/.changeset/unconscious-purple-mosquito.md b/.changeset/unconscious-purple-mosquito.md new file mode 100644 index 00000000..923d16ef --- /dev/null +++ b/.changeset/unconscious-purple-mosquito.md @@ -0,0 +1,5 @@ +--- +'arcane-scripts': patch +--- + +chore(deps): bump the github-actions group with 3 updates