Skip to content

Commit

Permalink
Only trach major version of shared GH actions
Browse files Browse the repository at this point in the history
  • Loading branch information
NSeydoux committed Oct 3, 2023
1 parent 5818a79 commit 4fe094e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/audit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ concurrency:
cancel-in-progress: true
jobs:
audit:
uses: inrupt/typescript-sdk-tools/.github/workflows/reusable-audit.yml@v2.4.0
uses: inrupt/typescript-sdk-tools/.github/workflows/reusable-audit.yml@v2
secrets:
WEBHOOK_E2E_FAILURE: ${{ secrets.WEBHOOK_E2E_FAILURE }}
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ concurrency:
cancel-in-progress: true
jobs:
lint:
uses: inrupt/typescript-sdk-tools/.github/workflows/reusable-lint.yml@v2.4.0
uses: inrupt/typescript-sdk-tools/.github/workflows/reusable-lint.yml@v2
with:
build: true

Expand Down

0 comments on commit 4fe094e

Please sign in to comment.