Skip to content

Commit

Permalink
Update check-copied-type-description-sources.yaml (#836)
Browse files Browse the repository at this point in the history
fix node.js <20 deprecation

Signed-off-by: mosfet80 <realeandrea@yahoo.it>
  • Loading branch information
mosfet80 authored Nov 22, 2024
1 parent 585711e commit a2590c9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/check-copied-type-description-sources.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@ jobs:
outputs:
needs_verification: ${{ steps.needs_verification.outputs.changed }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Check fingerprint changed
uses: tj-actions/changed-files@v41
uses: tj-actions/changed-files@v44
id: changed-fingerprint
with:
files: scripts/type_description.fingerprint
- name: Check type description sources changed
uses: tj-actions/changed-files@v41
uses: tj-actions/changed-files@v44
id: changed-copied-sources
with:
files: |
Expand Down

0 comments on commit a2590c9

Please sign in to comment.