Skip to content

Commit

Permalink
Update tj-actions/changed-files (#914)
Browse files Browse the repository at this point in the history
**Background**

Version of `tj-actions/changed-files` is too old and doesn't work with
merge-queue as intended, thus need to be updated to
v44.5.7-`tj-actions/changed-files@c65cd883420fd2eb864698a825fc4162dd94482c`

**Changes**

- Update
tj-actions/changed-files@c65cd88

**Test plan**

- See CI and merge-queue
  • Loading branch information
makeevrserg authored Aug 2, 2024
1 parent ac4d23b commit ffd1b28
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/call-check-changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
submodules: 'recursive'
- name: Get change status for CHANGELOG.md
id: changed-changelog
uses: tj-actions/changed-files@58ae566dc69a926834e4798bcfe0436ff97c0599 # v26.1
uses: tj-actions/changed-files@c65cd883420fd2eb864698a825fc4162dd94482c # v44.5.7
with:
files: CHANGELOG.md
- name: Failed if changelog not changed
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/call-gradle-cache.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
submodules: 'recursive'
- name: Check that gradle files changed
id: gradle-related-changed
uses: tj-actions/changed-files@58ae566dc69a926834e4798bcfe0436ff97c0599 # v26.1
uses: tj-actions/changed-files@c65cd883420fd2eb864698a825fc4162dd94482c # v44.5.7
with:
files: |
**.gradle.kts
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ Attention: don't forget to add the flag for F-Droid before release
- [CI] Bump target SDK to 34
- [CI] Update deps
- [CI] Merge CI workflows in one
- [CI] Update CI changed-files action

# 1.7.1

Expand Down

0 comments on commit ffd1b28

Please sign in to comment.