Skip to content

Commit

Permalink
chore: update dafyddj/setup-salt-win action to v3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Nov 1, 2024
1 parent 6935375 commit 4c96634
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/full_run_win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 4c96634

Please sign in to comment.