From 8ef3731f16059ef4bc9ea83226c627df24fc4f29 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Jan 2026 00:42:42 +0000 Subject: [PATCH] chore(deps): bump the actions group with 2 updates Bumps the actions group with 2 updates: [actions/labeler](https://github.com/actions/labeler) and [softprops/action-gh-release](https://github.com/softprops/action-gh-release). Updates `actions/labeler` from 5 to 6 - [Release notes](https://github.com/actions/labeler/releases) - [Commits](https://github.com/actions/labeler/compare/v5...v6) Updates `softprops/action-gh-release` from 2.2.1 to 2.5.0 - [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/c95fe1489396fe8a9eb87c0abf8aa5b2ef267fda...a06a81a03ee405af7f2048a818ed3f03bbf83c7b) --- updated-dependencies: - dependency-name: actions/labeler dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: softprops/action-gh-release dependency-version: 2.5.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions ... Signed-off-by: dependabot[bot] --- .github/workflows/pr-admin.yml | 2 +- .github/workflows/release-smartem-epuplayer.yml | 2 +- .github/workflows/release-smartem-workspace.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pr-admin.yml b/.github/workflows/pr-admin.yml index f19e0ee..495a379 100644 --- a/.github/workflows/pr-admin.yml +++ b/.github/workflows/pr-admin.yml @@ -17,7 +17,7 @@ jobs: uses: actions/checkout@v6 - name: Label PR based on changed files - uses: actions/labeler@v5 + uses: actions/labeler@v6 with: repo-token: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/release-smartem-epuplayer.yml b/.github/workflows/release-smartem-epuplayer.yml index 60bb2bb..a022b5e 100644 --- a/.github/workflows/release-smartem-epuplayer.yml +++ b/.github/workflows/release-smartem-epuplayer.yml @@ -477,7 +477,7 @@ jobs: GH_TOKEN: ${{ github.token }} - name: Create GitHub Release - uses: softprops/action-gh-release@c95fe1489396fe8a9eb87c0abf8aa5b2ef267fda # v2.2.1 + uses: softprops/action-gh-release@a06a81a03ee405af7f2048a818ed3f03bbf83c7b # v2.5.0 with: tag_name: ${{ needs.version.outputs.is_stable == 'true' && format('epuplayer-v{0}', needs.version.outputs.version) || format('epuplayer-v{0}', needs.version.outputs.version) }} name: EPUPlayer v${{ needs.version.outputs.version }} diff --git a/.github/workflows/release-smartem-workspace.yml b/.github/workflows/release-smartem-workspace.yml index 371cae6..affff9b 100644 --- a/.github/workflows/release-smartem-workspace.yml +++ b/.github/workflows/release-smartem-workspace.yml @@ -336,7 +336,7 @@ jobs: GH_TOKEN: ${{ github.token }} - name: Create GitHub Release - uses: softprops/action-gh-release@c95fe1489396fe8a9eb87c0abf8aa5b2ef267fda # v2.2.1 + uses: softprops/action-gh-release@a06a81a03ee405af7f2048a818ed3f03bbf83c7b # v2.5.0 with: tag_name: ${{ needs.version.outputs.is_stable == 'true' && format('smartem-workspace-v{0}', needs.version.outputs.version) || format('smartem-workspace-v{0}', needs.version.outputs.version) }} name: smartem-workspace v${{ needs.version.outputs.version }}