Skip to content

Commit

Permalink
chore(deps): bump tj-actions/verify-changed-files from 9c9cfe3186f1dd…
Browse files Browse the repository at this point in the history
…857997da7f291e6086fbefb3b1 to efd71c265f4cde5b8034ff975235697e24384057 (#282)
  • Loading branch information
dependabot[bot] committed Mar 1, 2024
1 parent 32abe10 commit 51679cf
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
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@9c9cfe3186f1dd857997da7f291e6086fbefb3b1
uses: tj-actions/verify-changed-files@efd71c265f4cde5b8034ff975235697e24384057
id: verify-changed-files
with:
files: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/autoupdate-prod.yaml
Expand Up @@ -27,7 +27,7 @@ jobs:
run: |
make clean_and_generate
- name: Verify Changed files
uses: tj-actions/verify-changed-files@9c9cfe3186f1dd857997da7f291e6086fbefb3b1
uses: tj-actions/verify-changed-files@efd71c265f4cde5b8034ff975235697e24384057
id: verify-changed-files
with:
files: |
Expand Down

0 comments on commit 51679cf

Please sign in to comment.