From fdadfaea3efcc03c3dc690547c9d0f93537a5786 Mon Sep 17 00:00:00 2001 From: Sondre Olsen Date: Thu, 3 Oct 2024 09:13:11 +0200 Subject: [PATCH] Update VerifyMigrations GitHub action version --- .github/workflows/verifyMigrations.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/verifyMigrations.yml b/.github/workflows/verifyMigrations.yml index 55bf3430c..ef212f341 100644 --- a/.github/workflows/verifyMigrations.yml +++ b/.github/workflows/verifyMigrations.yml @@ -16,7 +16,7 @@ jobs: - name: Get changed files in the migrations folder id: changed-files-specific - uses: tj-actions/changed-files@v35.6.1 + uses: tj-actions/changed-files@v45.0.2 with: files: backend/api/Migrations/** sha: ${{ github.event.pull_request.head.sha }}