From 8bc130521b86adf68c34f97bc01d5b8cf8ee7e8f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jan 2025 16:14:34 +0000 Subject: [PATCH] Bump plus3it/actions-workflows Bumps [plus3it/actions-workflows](https://github.com/plus3it/actions-workflows) from 821d7899f1cf32b97306ef06ca1de31ae3274b7f to d9eca6102cb67e9ee75cdc0abb4121f9aed53248. - [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/821d7899f1cf32b97306ef06ca1de31ae3274b7f...d9eca6102cb67e9ee75cdc0abb4121f9aed53248) --- updated-dependencies: - dependency-name: plus3it/actions-workflows dependency-type: direct:production ... 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 c736d164..b705d321 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -8,6 +8,6 @@ concurrency: jobs: lint: - uses: plus3it/actions-workflows/.github/workflows/lint.yml@821d7899f1cf32b97306ef06ca1de31ae3274b7f + uses: plus3it/actions-workflows/.github/workflows/lint.yml@d9eca6102cb67e9ee75cdc0abb4121f9aed53248 with: tardigradelint-target: install/pip_requirements/tests/requirements.txt lint diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2d5dee74..e0fe4941 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@821d7899f1cf32b97306ef06ca1de31ae3274b7f + uses: plus3it/actions-workflows/.github/workflows/release.yml@d9eca6102cb67e9ee75cdc0abb4121f9aed53248 secrets: release-token: ${{ secrets.GH_RELEASES_TOKEN }} with: