Skip to content
Open
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/freeze-for-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ on:
jobs:
freeze-pr-dep-changes:
if: contains(github.event.pull_request.labels.*.name, 'dependencies')
uses: FasterSpeeding/Piped/.github/workflows/freeze-for-pr.yml@83cef8d36a5b59839a19d61f34bd3dda30c8b7c9
uses: FasterSpeeding/Piped/.github/workflows/freeze-for-pr.yml@d54b1d709064c76626a2bc3efe526a6ae5ab8749
secrets: inherit
2 changes: 1 addition & 1 deletion .github/workflows/lint-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ on:

jobs:
actionlint:
uses: FasterSpeeding/Piped/.github/workflows/lint-actions.yml@83cef8d36a5b59839a19d61f34bd3dda30c8b7c9
uses: FasterSpeeding/Piped/.github/workflows/lint-actions.yml@d54b1d709064c76626a2bc3efe526a6ae5ab8749
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ on:

jobs:
lint:
uses: FasterSpeeding/Piped/.github/workflows/lint.yml@83cef8d36a5b59839a19d61f34bd3dda30c8b7c9
uses: FasterSpeeding/Piped/.github/workflows/lint.yml@d54b1d709064c76626a2bc3efe526a6ae5ab8749
2 changes: 1 addition & 1 deletion .github/workflows/pr-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ jobs:
contents: write
pull-requests: write

uses: FasterSpeeding/Piped/.github/workflows/pr-docs.yml@83cef8d36a5b59839a19d61f34bd3dda30c8b7c9
uses: FasterSpeeding/Piped/.github/workflows/pr-docs.yml@d54b1d709064c76626a2bc3efe526a6ae5ab8749
secrets: inherit
2 changes: 1 addition & 1 deletion .github/workflows/reformat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ on:

jobs:
reformat:
uses: FasterSpeeding/Piped/.github/workflows/reformat.yml@83cef8d36a5b59839a19d61f34bd3dda30c8b7c9
uses: FasterSpeeding/Piped/.github/workflows/reformat.yml@d54b1d709064c76626a2bc3efe526a6ae5ab8749
secrets: inherit
2 changes: 1 addition & 1 deletion .github/workflows/release-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ on:

jobs:
publish-docs:
uses: FasterSpeeding/Piped/.github/workflows/release-docs.yml@83cef8d36a5b59839a19d61f34bd3dda30c8b7c9
uses: FasterSpeeding/Piped/.github/workflows/release-docs.yml@d54b1d709064c76626a2bc3efe526a6ae5ab8749
secrets: inherit
2 changes: 1 addition & 1 deletion .github/workflows/update-licence.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ on:

jobs:
update-licence:
uses: FasterSpeeding/Piped/.github/workflows/update-licence.yml@83cef8d36a5b59839a19d61f34bd3dda30c8b7c9
uses: FasterSpeeding/Piped/.github/workflows/update-licence.yml@d54b1d709064c76626a2bc3efe526a6ae5ab8749
secrets: inherit
Loading