From dafedc40732ad7656efde1d1075270545f51b9ae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Dec 2023 00:59:38 +0000 Subject: [PATCH] build(deps): bump linz/action-typescript from 3.0.0 to 3.1.0 Bumps [linz/action-typescript](https://github.com/linz/action-typescript) from 3.0.0 to 3.1.0. - [Commits](https://github.com/linz/action-typescript/compare/dee99184c4305aea6c380a52db9b2d7abaaa3e78...9bf69b0f313b3525d3ba3116f26b1aff7eb7a6c0) --- updated-dependencies: - dependency-name: linz/action-typescript dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/push.yml | 2 +- .github/workflows/release-please.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index 5aca061..4fe3911 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -7,4 +7,4 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: linz/action-typescript@dee99184c4305aea6c380a52db9b2d7abaaa3e78 # v3 + - uses: linz/action-typescript@9bf69b0f313b3525d3ba3116f26b1aff7eb7a6c0 # v3 diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index 577f665..a58b351 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -22,7 +22,7 @@ jobs: if: ${{ needs.release-please.outputs.release_created }} steps: - name: Build and test - uses: linz/action-typescript@dee99184c4305aea6c380a52db9b2d7abaaa3e78 # v3 + uses: linz/action-typescript@9bf69b0f313b3525d3ba3116f26b1aff7eb7a6c0 # v3 with: registry-url: 'https://npm.pkg.github.com'