Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump tj-actions/changed-files from 44.5.1 to 44.5.4 #188

Closed
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/woke.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:

- name: Get changed files
id: changed-files
uses: tj-actions/changed-files@03334d095e2739fa9ac4034ec16f66d5d01e9eba # v44.5.1
uses: tj-actions/changed-files@cc3bbb0c526f8ee1d282f8c5f9f4e50745a5b457 # v44.5.4
with:
write_output_files: true
files: |
Expand Down
13 changes: 8 additions & 5 deletions releases.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,10 @@ Further documentation available:

## Release
### v0.60
- **Latest Release**: [v0.60.0][v0.60-0] (2024-05-22) ([docs][v0.60-0-docs], [examples][v0.60-0-examples])
- **Latest Release**: [v0.60.1][v0.60-1] (2024-05-28) ([docs][v0.60-1-docs], [examples][v0.60-1-examples])
- **Initial Release**: [v0.60.0][v0.60-0] (2024-05-22)
- **End of Life**: 2024-06-22
- **Patch Releases**: [v0.60.0][v0.60-0]
- **Patch Releases**: [v0.60.0][v0.60-0], [v0.60.1][v0.60-1]

### v0.59 (LTS)

Expand Down Expand Up @@ -214,6 +214,7 @@ Older releases are EOL and available on [GitHub][tekton-pipeline-releases].
https://github.com/tektoncd/community/blob/main/standards.md#release-notes

[v0.60-0]: https://github.com/tektoncd/pipeline/releases/tag/v0.60.0
[v0.60-1]: https://github.com/tektoncd/pipeline/releases/tag/v0.60.1
[v0.59-0]: https://github.com/tektoncd/pipeline/releases/tag/v0.59.0
[v0.58-0]: https://github.com/tektoncd/pipeline/releases/tag/v0.58.0
[v0.57-0]: https://github.com/tektoncd/pipeline/releases/tag/v0.57.0
Expand Down Expand Up @@ -274,9 +275,10 @@ Older releases are EOL and available on [GitHub][tekton-pipeline-releases].
[v0-37-5]: https://github.com/tektoncd/pipeline/releases/tag/v0.37.5
[v0-37-0]: https://github.com/tektoncd/pipeline/releases/tag/v0.37.0

[v0.60-0-docs]: https://github.com/tektoncd/pipeline/tree/v0.60.0rdocs#tekton-pipelines
[v0.59-0-docs]: https://github.com/tektoncd/pipeline/tree/v0.59.0rdocs#tekton-pipelines
[v0.58-0-docs]: https://github.com/tektoncd/pipeline/tree/v0.58.0rdocs#tekton-pipelines
[v0.60-0-docs]: https://github.com/tektoncd/pipeline/tree/v0.60.0/docs#tekton-pipelines
[v0.60-1-docs]: https://github.com/tektoncd/pipeline/tree/v0.60.1/docs#tekton-pipelines
[v0.59-0-docs]: https://github.com/tektoncd/pipeline/tree/v0.59.0/docs#tekton-pipelines
[v0.58-0-docs]: https://github.com/tektoncd/pipeline/tree/v0.58.0/docs#tekton-pipelines
[v0.57-0-docs]: https://github.com/tektoncd/pipeline/tree/v0.57.0/docs#tekton-pipelines
[v0.56-3-docs]: https://github.com/tektoncd/pipeline/tree/v0.56.3/docs#tekton-pipelines
[v0.54-0-docs]: https://github.com/tektoncd/pipeline/tree/v0.54.0/docs#tekton-pipelines
Expand All @@ -299,6 +301,7 @@ Older releases are EOL and available on [GitHub][tekton-pipeline-releases].
[v0-37-5-docs]: https://github.com/tektoncd/pipeline/tree/v0.37.5/docs#tekton-pipelines

[v0.60-0-examples]: https://github.com/tektoncd/pipeline/tree/v0.60.0/examples#examples
[v0.60-1-examples]: https://github.com/tektoncd/pipeline/tree/v0.60.1/examples#examples
[v0.59-0-examples]: https://github.com/tektoncd/pipeline/tree/v0.59.0/examples#examples
[v0.58-0-examples]: https://github.com/tektoncd/pipeline/tree/v0.58.0/examples#examples
[v0.57-0-examples]: https://github.com/tektoncd/pipeline/tree/v0.57.0/examples#examples
Expand Down
Loading