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/ci-pr-gatekeeper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
fetch-depth: "2" # To retrieve the preceding commit.
- name: Get changed files using defaults
id: changed-files
uses: tj-actions/changed-files@v28
uses: tj-actions/changed-files@v29.0.1
- name: Determine changes
id: touched
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-pytorch-test-conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:

- name: Get changed files
id: changed-files
uses: tj-actions/changed-files@v28
uses: tj-actions/changed-files@v29.0.1

- name: Decide if the test should be skipped
id: skip
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-pytorch-test-full.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:

- name: Get changed files
id: changed-files
uses: tj-actions/changed-files@v28
uses: tj-actions/changed-files@v29.0.1

- name: Decide if the test should be skipped
id: skip
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-pytorch-test-slow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:

- name: Get changed files
id: changed-files
uses: tj-actions/changed-files@v28
uses: tj-actions/changed-files@v29.0.1

- name: Decide if the test should be skipped
id: skip
Expand Down