Skip to content

Commit

Permalink
Update get-changed-files action to v2.
Browse files Browse the repository at this point in the history
  • Loading branch information
kanaka committed Jul 31, 2024
1 parent ff63e84 commit e9e9395
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- uses: actions/checkout@v2
- id: files
if: ${{ github.event_name != 'workflow_dispatch' }}
uses: kanaka/get-changed-files@v1
uses: kanaka/get-changed-files@v2
- id: get-matrix-step
run: |
export OVERRIDE_IMPLS="${{ github.event.inputs.impls }}" # "
Expand Down

0 comments on commit e9e9395

Please sign in to comment.