Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Bump tj-actions/verify-changed-files from ba611bcdf2d25b81a336cbf9609488213ac16395 to c55299aaf3f1f7bf2a782f00ba79897f92432d8b #2629

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/update-sdk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Update files
run: make tools update-atlas-sdk
- name: Verify Changed files
uses: tj-actions/verify-changed-files@ba611bcdf2d25b81a336cbf9609488213ac16395
uses: tj-actions/verify-changed-files@c55299aaf3f1f7bf2a782f00ba79897f92432d8b
id: verify-changed-files
- name: Create PR
uses: peter-evans/create-pull-request@6cd32fd93684475c31847837f87bb135d40a2b79
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update_tf_compatibility_matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: make update-tf-compatibility-matrix
- name: Verify Changed files
uses: tj-actions/verify-changed-files@ba611bcdf2d25b81a336cbf9609488213ac16395
uses: tj-actions/verify-changed-files@c55299aaf3f1f7bf2a782f00ba79897f92432d8b
id: verify-changed-files
- name: Create PR
uses: peter-evans/create-pull-request@6cd32fd93684475c31847837f87bb135d40a2b79
Expand Down