From 50eab35e8699ae7a5f115a503513095ee909718d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Jun 2025 17:37:56 +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.0 to 1.8.1 - [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/1c7909107a55325d40d2f12f29029c73a38c45c3...8f8c209f4baa89f8b624937368ed36646313e987) --- updated-dependencies: - dependency-name: plus3it/actions-workflows dependency-version: 1.8.1 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/test.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index b9bd9f6..8c8ffa2 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@1c7909107a55325d40d2f12f29029c73a38c45c3 + uses: plus3it/actions-workflows/.github/workflows/lint.yml@8f8c209f4baa89f8b624937368ed36646313e987 diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 11a72ae..9786006 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -8,7 +8,7 @@ concurrency: jobs: linux: - uses: plus3it/actions-workflows/.github/workflows/test-salt-linux.yml@1c7909107a55325d40d2f12f29029c73a38c45c3 + uses: plus3it/actions-workflows/.github/workflows/test-salt-linux.yml@8f8c209f4baa89f8b624937368ed36646313e987 strategy: matrix: os_version: @@ -27,7 +27,7 @@ jobs: salt-python-requirements-files: ./tests/requirements-python.txt windows: - uses: plus3it/actions-workflows/.github/workflows/test-salt-windows.yml@1c7909107a55325d40d2f12f29029c73a38c45c3 + uses: plus3it/actions-workflows/.github/workflows/test-salt-windows.yml@8f8c209f4baa89f8b624937368ed36646313e987 strategy: matrix: os_version: