From e9438fb1ba1a1679bf90b17ff67800dbb142542f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Feb 2024 15:14:07 +0000 Subject: [PATCH 1/2] chore(deps): bump the github-actions group with 1 update Bumps the github-actions group with 1 update: [fuxingloh/multi-labeler](https://github.com/fuxingloh/multi-labeler). Updates `fuxingloh/multi-labeler` from 2 to 3 - [Release notes](https://github.com/fuxingloh/multi-labeler/releases) - [Commits](https://github.com/fuxingloh/multi-labeler/compare/v2...v3) --- updated-dependencies: - 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/labeler.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml index e31a3489..2cfa51f4 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@v3 with: github-token: ${{ secrets.CHANGESETS_TOKEN }} From c9726fd1bd239d4eef4cf63a7b319787ed54e120 Mon Sep 17 00:00:00 2001 From: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 12 Feb 2024 15:14:28 +0000 Subject: [PATCH 2/2] docs(changeset): add changeset fragment for chore(deps): bump the github-actions group with 1 update --- .changeset/attractive-red-donkey.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/attractive-red-donkey.md diff --git a/.changeset/attractive-red-donkey.md b/.changeset/attractive-red-donkey.md new file mode 100644 index 00000000..18bfb7db --- /dev/null +++ b/.changeset/attractive-red-donkey.md @@ -0,0 +1,5 @@ +--- +'arcane-scripts': patch +--- + +chore(deps): bump the github-actions group with 1 update