From 8ca0853c097ec50e1744560c524b05f2cc190c59 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Aug 2025 21:34:46 +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.2 to 1.8.3 - [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/8dbdaec548e7ccadb978c6a2fbc05e5c64625935...3b8e48de2da8233d170c1d094932a562d9a36990) --- updated-dependencies: - dependency-name: plus3it/actions-workflows dependency-version: 1.8.3 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 4e53f2b..825e72a 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@8dbdaec548e7ccadb978c6a2fbc05e5c64625935 + uses: plus3it/actions-workflows/.github/workflows/lint.yml@3b8e48de2da8233d170c1d094932a562d9a36990 diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 6f0e1c2..b043654 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@8dbdaec548e7ccadb978c6a2fbc05e5c64625935 + uses: plus3it/actions-workflows/.github/workflows/test-salt-linux.yml@3b8e48de2da8233d170c1d094932a562d9a36990 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@8dbdaec548e7ccadb978c6a2fbc05e5c64625935 + uses: plus3it/actions-workflows/.github/workflows/test-salt-windows.yml@3b8e48de2da8233d170c1d094932a562d9a36990 strategy: matrix: os_version: