Skip to content

Commit

Permalink
Merge pull request quarkus-qe#1258 from michalvavrik/feature/use-tj-a…
Browse files Browse the repository at this point in the history
…ctions-changed-files-major-vs

Use only major version tj-actions/changed-files to limit number of bump PRs
  • Loading branch information
rsvoboda authored Jun 1, 2023
2 parents af87def + 274844b commit 28c6833
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- id: files
uses: tj-actions/changed-files@v36.0.10
uses: tj-actions/changed-files@v36
continue-on-error: true
- id: detect-changes
run: |
Expand Down

0 comments on commit 28c6833

Please sign in to comment.