From 820d7894a159f20f44dd3bc26e6fd0fdf978b6f1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Sep 2023 12:17:34 +0000 Subject: [PATCH] chore(deps): bump inrupt/typescript-sdk-tools from 2.2.0 to 2.4.0 (#822) Bumps [inrupt/typescript-sdk-tools](https://github.com/inrupt/typescript-sdk-tools) from 2.2.0 to 2.4.0. - [Release notes](https://github.com/inrupt/typescript-sdk-tools/releases) - [Commits](https://github.com/inrupt/typescript-sdk-tools/compare/v2.2.0...v2.4.0) --- updated-dependencies: - dependency-name: inrupt/typescript-sdk-tools dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/audit.yml | 2 +- .github/workflows/ci.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/audit.yml b/.github/workflows/audit.yml index 2806ede3..281db19b 100644 --- a/.github/workflows/audit.yml +++ b/.github/workflows/audit.yml @@ -7,6 +7,6 @@ on: jobs: audit: - uses: inrupt/typescript-sdk-tools/.github/workflows/reusable-audit.yml@v2.2.0 + uses: inrupt/typescript-sdk-tools/.github/workflows/reusable-audit.yml@v2.4.0 secrets: WEBHOOK_E2E_FAILURE: ${{ secrets.WEBHOOK_E2E_FAILURE }} diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0034c43d..49ba500c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -6,7 +6,7 @@ env: CI: true jobs: lint: - uses: inrupt/typescript-sdk-tools/.github/workflows/reusable-lint.yml@v2.2.0 + uses: inrupt/typescript-sdk-tools/.github/workflows/reusable-lint.yml@v2.4.0 unit-tests: runs-on: ${{ matrix.os }}