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@ce3cef72cf4ac9605a29350d1d4387dfb86cd7a8
uses: plus3it/actions-workflows/.github/workflows/lint.yml@ddd67e99878a285f728de398c1116151c2d7791a
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ on:

jobs:
release:
uses: plus3it/actions-workflows/.github/workflows/release.yml@ce3cef72cf4ac9605a29350d1d4387dfb86cd7a8
uses: plus3it/actions-workflows/.github/workflows/release.yml@ddd67e99878a285f728de398c1116151c2d7791a
secrets:
release-token: ${{ secrets.GH_RELEASES_TOKEN }}
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ concurrency:

jobs:
windows:
uses: plus3it/actions-workflows/.github/workflows/test-salt-windows.yml@a04d8369a667b6097d64922d32d1a902502d3f96
uses: plus3it/actions-workflows/.github/workflows/test-salt-windows.yml@ddd67e99878a285f728de398c1116151c2d7791a
strategy:
matrix:
os_version:
Expand Down