Skip to content

Commit

Permalink
chore(deps): bump tj-actions/verify-changed-files from 141fe36b0951f6…
Browse files Browse the repository at this point in the history
…5646a8cf11786bef0ceab275bb to 78dc414e915e0664bcf0d2b42465a86cd47bcc3c (#222)
  • Loading branch information
dependabot[bot] committed Oct 16, 2023
1 parent 991c5f9 commit 803df01
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/autoupdate-preview.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
API_BASE_URL: ${{ secrets.MDB_CURRENT_API_PREVIEW_URL }}
S3_BUCKET: ${{ secrets.MDB_CURRENT_API_PREVIEW_S3_BUCKET }}
- name: Verify Changed files
uses: tj-actions/verify-changed-files@141fe36b0951f65646a8cf11786bef0ceab275bb
uses: tj-actions/verify-changed-files@78dc414e915e0664bcf0d2b42465a86cd47bcc3c
id: verify-changed-files
with:
files: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/autoupdate-prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
run: |
make clean_and_generate
- name: Verify Changed files
uses: tj-actions/verify-changed-files@141fe36b0951f65646a8cf11786bef0ceab275bb
uses: tj-actions/verify-changed-files@78dc414e915e0664bcf0d2b42465a86cd47bcc3c
id: verify-changed-files
with:
files: |
Expand Down

0 comments on commit 803df01

Please sign in to comment.