Skip to content

Commit

Permalink
Upgrade to latest action version
Browse files Browse the repository at this point in the history
  • Loading branch information
Planeshifter committed Dec 31, 2022
1 parent afc3138 commit 77e9cb8
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check_required_files.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
- name: 'Get list of changed files'
if: steps.check-reviewers.outputs.is_stdlib_bot == 'true'
id: changed-files
uses: tj-actions/changed-files@v32
uses: tj-actions/changed-files@v35
with:
separator: ' '
base_sha: ${{ github.event.pull_request.base.sha }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint_changed_files.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
# Get list of changed files:
- name: 'Get list of changed files'
id: changed-files
uses: tj-actions/changed-files@v32
uses: tj-actions/changed-files@v35
with:
separator: ' '

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run_affected_benchmarks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
# Get list of changed files:
- name: 'Get list of changed files'
id: changed-files
uses: tj-actions/changed-files@v32
uses: tj-actions/changed-files@v35
with:
separator: ' '
files: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run_affected_examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
# Get list of changed files:
- name: 'Get list of changed files'
id: changed-files
uses: tj-actions/changed-files@v32
uses: tj-actions/changed-files@v35
with:
separator: ' '
files: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run_affected_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ jobs:
# Get list of changed directories:
- name: 'Get list of changed directories'
id: changed-directories
uses: tj-actions/changed-files@v32
uses: tj-actions/changed-files@v35
with:
separator: ' '
dir_names: 'true'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/scaffold_pkg_via_branch_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
# Get list of changed files:
- name: 'Get list of changed files'
id: changed-files
uses: tj-actions/changed-files@v32
uses: tj-actions/changed-files@v35
with:
separator: ' '

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ jobs:
# Get list of changed files:
- name: 'Get list of changed files'
id: changed-files
uses: tj-actions/changed-files@v32
uses: tj-actions/changed-files@v35
with:
separator: ' '
base_sha: ${{ github.event.pull_request.base.sha }}
Expand Down

0 comments on commit 77e9cb8

Please sign in to comment.