From 34b2f3af66d87c9ed6a291923669e62ddef5385b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Jun 2025 04:55:35 +0000 Subject: [PATCH] Bump plus3it/actions-workflows in the github-actions group Bumps the github-actions group with 1 update: [plus3it/actions-workflows](https://github.com/plus3it/actions-workflows). Updates `plus3it/actions-workflows` from 1.8.1 to 1.8.2 - [Release notes](https://github.com/plus3it/actions-workflows/releases) - [Changelog](https://github.com/plus3it/actions-workflows/blob/main/CHANGELOG.md) - [Commits](https://github.com/plus3it/actions-workflows/compare/8f8c209f4baa89f8b624937368ed36646313e987...8dbdaec548e7ccadb978c6a2fbc05e5c64625935) --- updated-dependencies: - dependency-name: plus3it/actions-workflows dependency-version: 1.8.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/lint.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 8c8ffa2..4e53f2b 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -8,4 +8,4 @@ concurrency: jobs: lint: - uses: plus3it/actions-workflows/.github/workflows/lint.yml@8f8c209f4baa89f8b624937368ed36646313e987 + uses: plus3it/actions-workflows/.github/workflows/lint.yml@8dbdaec548e7ccadb978c6a2fbc05e5c64625935 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8d6a841..a0e3a62 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -14,7 +14,7 @@ on: jobs: release: - uses: plus3it/actions-workflows/.github/workflows/release.yml@8f8c209f4baa89f8b624937368ed36646313e987 + uses: plus3it/actions-workflows/.github/workflows/release.yml@8dbdaec548e7ccadb978c6a2fbc05e5c64625935 secrets: release-token: ${{ secrets.GH_RELEASES_TOKEN }} with: