Skip to content

Commit acbf8d1

Browse files
committed
Change tj-actions version
1 parent c88ca3e commit acbf8d1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/notifyPossibleMigrationUpdate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222

2323
- name: Get changed files in the migrations folder
2424
id: changed_files
25-
uses: tj-actions/changed-files@v45.0.8
25+
uses: tj-actions/changed-files@v44.5.1
2626
with:
2727
files: backend/api/Migrations/**
2828
sha: ${{ github.event.pull_request.head.sha }}

.github/workflows/verifyMigrations.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616

1717
- name: Get changed files in the migrations folder
1818
id: changed-files-specific
19-
uses: tj-actions/changed-files@v45.0.8
19+
uses: tj-actions/changed-files@v44.5.1
2020
with:
2121
files: backend/api/Migrations/**
2222
sha: ${{ github.event.pull_request.head.sha }}

0 commit comments

Comments
 (0)