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@45ffb6bffc26d7abcae7a8f300f60c306cd706eb
uses: FasterSpeeding/Piped/.github/workflows/freeze-for-pr.yml@178684fb03474efd13342ef67ff2a20ffec24e34
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@45ffb6bffc26d7abcae7a8f300f60c306cd706eb
uses: FasterSpeeding/Piped/.github/workflows/lint-actions.yml@178684fb03474efd13342ef67ff2a20ffec24e34
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@45ffb6bffc26d7abcae7a8f300f60c306cd706eb
uses: FasterSpeeding/Piped/.github/workflows/lint.yml@178684fb03474efd13342ef67ff2a20ffec24e34
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@45ffb6bffc26d7abcae7a8f300f60c306cd706eb
uses: FasterSpeeding/Piped/.github/workflows/pr-docs.yml@178684fb03474efd13342ef67ff2a20ffec24e34
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@45ffb6bffc26d7abcae7a8f300f60c306cd706eb
uses: FasterSpeeding/Piped/.github/workflows/reformat.yml@178684fb03474efd13342ef67ff2a20ffec24e34
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@45ffb6bffc26d7abcae7a8f300f60c306cd706eb
uses: FasterSpeeding/Piped/.github/workflows/release-docs.yml@178684fb03474efd13342ef67ff2a20ffec24e34
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@45ffb6bffc26d7abcae7a8f300f60c306cd706eb
uses: FasterSpeeding/Piped/.github/workflows/update-licence.yml@178684fb03474efd13342ef67ff2a20ffec24e34
secrets: inherit
Loading