From 63665b266bd42f8c3a63db6f0cacb37714c16a44 Mon Sep 17 00:00:00 2001 From: Serhii Yeremenko Date: Thu, 20 Jun 2024 15:14:58 +0300 Subject: [PATCH] Update GitHub actions that still use Node.js 16 --- .github/workflows/test-sdd-install-remove-changed-apps.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test-sdd-install-remove-changed-apps.yml b/.github/workflows/test-sdd-install-remove-changed-apps.yml index 6fbe3ad..184772c 100644 --- a/.github/workflows/test-sdd-install-remove-changed-apps.yml +++ b/.github/workflows/test-sdd-install-remove-changed-apps.yml @@ -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: |