Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ concurrency:

jobs:
lint:
uses: plus3it/actions-workflows/.github/workflows/lint.yml@269d875599c92395f7fa99cab43edc1820798e61
uses: plus3it/actions-workflows/.github/workflows/lint.yml@ce3cef72cf4ac9605a29350d1d4387dfb86cd7a8
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ concurrency:

jobs:
linux:
uses: plus3it/actions-workflows/.github/workflows/test-salt-linux.yml@461ccffc4e2ddef406304206b49c8d09044b0609
uses: plus3it/actions-workflows/.github/workflows/test-salt-linux.yml@ce3cef72cf4ac9605a29350d1d4387dfb86cd7a8
strategy:
matrix:
os_version:
Expand All @@ -24,7 +24,7 @@ jobs:
salt-pillar-root: ${{ matrix.salt_pillar_root }}

windows:
uses: plus3it/actions-workflows/.github/workflows/test-salt-windows.yml@461ccffc4e2ddef406304206b49c8d09044b0609
uses: plus3it/actions-workflows/.github/workflows/test-salt-windows.yml@ce3cef72cf4ac9605a29350d1d4387dfb86cd7a8
strategy:
matrix:
os_version:
Expand Down
Loading