Skip to content

Commit

Permalink
Point at v1
Browse files Browse the repository at this point in the history
  • Loading branch information
nmanu1 committed Apr 21, 2022
1 parent 7ef6e05 commit b976f39
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ on:

jobs:
call_code_coverage:
uses: yext/slapshot-reusable-workflows/.github/workflows/coverage.yml@main
uses: yext/slapshot-reusable-workflows/.github/workflows/coverage.yml@v1
secrets:
caller_github_token: ${{ secrets.GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion .github/workflows/run_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ on: [push, pull_request]

jobs:
call_run_tests:
uses: yext/slapshot-reusable-workflows/.github/workflows/run_tests.yml@main
uses: yext/slapshot-reusable-workflows/.github/workflows/run_tests.yml@v1
2 changes: 1 addition & 1 deletion .github/workflows/third_party_notices_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ on: pull_request

jobs:
call_notices_check:
uses: yext/slapshot-reusable-workflows/.github/workflows/third_party_notices_check.yml@main
uses: yext/slapshot-reusable-workflows/.github/workflows/third_party_notices_check.yml@v1
2 changes: 1 addition & 1 deletion .github/workflows/update_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ on: pull_request

jobs:
call_update_docs:
uses: yext/slapshot-reusable-workflows/.github/workflows/update_docs.yml@main
uses: yext/slapshot-reusable-workflows/.github/workflows/update_docs.yml@v1

0 comments on commit b976f39

Please sign in to comment.