Skip to content

Commit

Permalink
Change action due to usage of deprecated APIs.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mailaender committed Jan 28, 2023
1 parent 7495c36 commit 120a5fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/license-check.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2020, 2022 Contributors to the Eclipse Foundation
# Copyright (c) 2020, 2023 Contributors to the Eclipse Foundation
#
# Contributors:
# Thomas Jaeckle - initial API and implementation
Expand All @@ -21,7 +21,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: jitterbit/get-changed-files@v1
- uses: masesgroup/retrieve-changed-files@v2
id: changed-files
continue-on-error: true
- name: Print changed files
Expand Down

0 comments on commit 120a5fd

Please sign in to comment.