Skip to content
This repository has been archived by the owner on Jul 24, 2024. It is now read-only.

Commit

Permalink
fix(ci): use a version of the action that does not error
Browse files Browse the repository at this point in the history
  • Loading branch information
eric-wieser authored Dec 14, 2022
1 parent a2efed6 commit 88059c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/add_ported_warnings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
# TODO: is this really faster than just calling git from python?
- name: Get changed files
id: changed-files
uses: jitterbit/get-changed-files@v1
uses: Ana06/get-changed-files@v1.2

- name: run the script
run: |
Expand Down

0 comments on commit 88059c4

Please sign in to comment.