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/cleanup-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
- name: Get changed docker files
# in line with dockerimages.yml -> lines 6 and 7
id: changed-docker-files
uses: tj-actions/changed-files@ed68ef82c095e0d48ec87eccea555d944a631a4c # v46
uses: tj-actions/changed-files@24d32ffd492484c1d75e0c0b894501ddb9d30d62 # v46
with:
# Avoid using single or double quotes for multiline patterns
files: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
fetch-depth: 0
- name: Detect changed jablib classes or workflow
id: changed
uses: tj-actions/changed-files@v45
uses: tj-actions/changed-files@v47
with:
files: |
jablib/src/main/java/**/*.java
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests-code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -501,7 +501,7 @@ jobs:

- name: Detect changed jablib classes
id: changed-jablib-files
uses: tj-actions/changed-files@v45
uses: tj-actions/changed-files@v47
with:
files: |
jablib/src/main/java/**/*.java
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ jobs:
# No checkout -> the action uses GitHub's API (which is more reliable for submodule changes due to our submodule settings)
- name: Get all submodule changes
id: changes
uses: tj-actions/changed-files@v46
uses: tj-actions/changed-files@v47
with:
files: |
jablib/src/main/abbrv.jabref.org
Expand Down
Loading