Skip to content

Commit

Permalink
Update VerifyMigrations GitHub action version
Browse files Browse the repository at this point in the history
  • Loading branch information
sondreo committed Oct 3, 2024
1 parent 6e63790 commit fdadfae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/verifyMigrations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit fdadfae

Please sign in to comment.