From a2860aa2eba6eddf36b10f80fec53d2e5f10a28a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jul 2026 16:22:54 +0000 Subject: [PATCH] Bump the github-actions group with 3 updates Bumps the github-actions group with 3 updates: [plus3it/actions-workflows/.github/workflows/lint.yml](https://github.com/plus3it/actions-workflows), [plus3it/actions-workflows/.github/workflows/test-salt-linux.yml](https://github.com/plus3it/actions-workflows) and [plus3it/actions-workflows/.github/workflows/test-salt-windows.yml](https://github.com/plus3it/actions-workflows). Updates `plus3it/actions-workflows/.github/workflows/lint.yml` from 1.10.0 to 1.11.0 - [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/ddd67e99878a285f728de398c1116151c2d7791a...0a03f75193a010b3532cc90e8ad0b15a09ed33c1) Updates `plus3it/actions-workflows/.github/workflows/test-salt-linux.yml` from 1.10.0 to 1.11.0 - [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/ddd67e99878a285f728de398c1116151c2d7791a...0a03f75193a010b3532cc90e8ad0b15a09ed33c1) Updates `plus3it/actions-workflows/.github/workflows/test-salt-windows.yml` from 1.10.0 to 1.11.0 - [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/ddd67e99878a285f728de398c1116151c2d7791a...0a03f75193a010b3532cc90e8ad0b15a09ed33c1) --- updated-dependencies: - dependency-name: plus3it/actions-workflows/.github/workflows/lint.yml dependency-version: 1.11.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: plus3it/actions-workflows/.github/workflows/test-salt-linux.yml dependency-version: 1.11.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: plus3it/actions-workflows/.github/workflows/test-salt-windows.yml dependency-version: 1.11.0 dependency-type: direct:production update-type: version-update:semver-minor 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 40deca2..9f8975d 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@ddd67e99878a285f728de398c1116151c2d7791a + uses: plus3it/actions-workflows/.github/workflows/lint.yml@0a03f75193a010b3532cc90e8ad0b15a09ed33c1 diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index c0aeb28..24a5874 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@ddd67e99878a285f728de398c1116151c2d7791a + uses: plus3it/actions-workflows/.github/workflows/test-salt-linux.yml@0a03f75193a010b3532cc90e8ad0b15a09ed33c1 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@ddd67e99878a285f728de398c1116151c2d7791a + uses: plus3it/actions-workflows/.github/workflows/test-salt-windows.yml@0a03f75193a010b3532cc90e8ad0b15a09ed33c1 strategy: matrix: os_version: