Skip to content

Commit

Permalink
Update GitHub actions that still use Node.js 16
Browse files Browse the repository at this point in the history
  • Loading branch information
SmartFinn committed Jun 20, 2024
1 parent ea1cda3 commit 63665b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-sdd-install-remove-changed-apps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ jobs:
outputs:
matrix: ${{ steps.set-matrix.outputs.matrix }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Get changed appfiles
id: changed-files
uses: tj-actions/changed-files@v35
uses: tj-actions/changed-files@v44
with:
json: true
files: |
Expand Down

0 comments on commit 63665b2

Please sign in to comment.