From 4c966345a6d43541471188987a1062424a19a8ca Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 1 Nov 2024 19:14:36 +0000 Subject: [PATCH] chore: update dafyddj/setup-salt-win action to v3.1.0 --- .github/workflows/full_run_win.yml | 2 +- .github/workflows/main.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/full_run_win.yml b/.github/workflows/full_run_win.yml index 2fe2719f..70575b12 100644 --- a/.github/workflows/full_run_win.yml +++ b/.github/workflows/full_run_win.yml @@ -25,7 +25,7 @@ jobs: steps: - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - name: Setup Salt - uses: dafyddj/setup-salt-win@c65c8e6e3cf2e0c3804171303cf9e15eb354f16b # v3.0.0 + uses: dafyddj/setup-salt-win@a81ff6460b4847498f56176fce5b5f76c5fc5de0 # v3.1.0 with: salt-version: ${{ needs.gsv.outputs.salt-latest }} - name: Setup `pip` dependencies diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 87b260b1..311a36cb 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -57,7 +57,7 @@ jobs: with: path: win/repo-ng - name: Setup Salt - uses: dafyddj/setup-salt-win@c65c8e6e3cf2e0c3804171303cf9e15eb354f16b # v3.0.0 + uses: dafyddj/setup-salt-win@a81ff6460b4847498f56176fce5b5f76c5fc5de0 # v3.1.0 with: salt-version: ${{ matrix.salt-version }} custom-config: | @@ -92,7 +92,7 @@ jobs: - '**/*.sls' - name: Setup Salt if: steps.changed-files.outputs.sls == 'true' - uses: dafyddj/setup-salt-win@c65c8e6e3cf2e0c3804171303cf9e15eb354f16b # v3.0.0 + uses: dafyddj/setup-salt-win@a81ff6460b4847498f56176fce5b5f76c5fc5de0 # v3.1.0 with: salt-version: ${{ needs.gsv.outputs.salt-latest }} - name: Setup `pip` dependencies