Skip to content

Commit

Permalink
Cherry pick PR #2861: Upgrade changed-files action (#2950)
Browse files Browse the repository at this point in the history
Refer to the original PR: #2861

Old changed-files fails to run correctly on Release events

b/318577880

Co-authored-by: Kaido Kert <[email protected]>
  • Loading branch information
cobalt-github-releaser-bot and kaidokert committed Apr 16, 2024
1 parent b144244 commit b6b8811
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/actions/docker/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ runs:
shell: bash
- name: Get docker file changes
id: changed-files
uses: tj-actions/changed-files@8953e851a137075e59e84b5c15fbeb3617e82f15 # v32.1.1
uses: tj-actions/changed-files@2d756ea4c53f7f6b397767d8723b3a10a9f35bf2 # v44
with:
files_ignore: third_party/**
files: |
Expand Down
2 changes: 1 addition & 1 deletion .github/actions/docker_win/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ runs:
shell: bash
- name: Get docker file changes
id: changed-files
uses: tj-actions/changed-files@8953e851a137075e59e84b5c15fbeb3617e82f15 # v32.1.1
uses: tj-actions/changed-files@2d756ea4c53f7f6b397767d8723b3a10a9f35bf2 # v44
with:
files_ignore: third_party/**
files: |
Expand Down

0 comments on commit b6b8811

Please sign in to comment.