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@1c7909107a55325d40d2f12f29029c73a38c45c3
uses: plus3it/actions-workflows/.github/workflows/lint.yml@8f8c209f4baa89f8b624937368ed36646313e987
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@1c7909107a55325d40d2f12f29029c73a38c45c3
uses: plus3it/actions-workflows/.github/workflows/test-salt-linux.yml@8f8c209f4baa89f8b624937368ed36646313e987
strategy:
matrix:
os_version:
Expand All @@ -27,7 +27,7 @@ jobs:
salt-python-requirements-files: ./tests/requirements-python.txt

windows:
uses: plus3it/actions-workflows/.github/workflows/test-salt-windows.yml@1c7909107a55325d40d2f12f29029c73a38c45c3
uses: plus3it/actions-workflows/.github/workflows/test-salt-windows.yml@8f8c209f4baa89f8b624937368ed36646313e987
strategy:
matrix:
os_version:
Expand Down
Loading