From 10255f5d46d2c3d0a9966eeef12e3e40c23a647e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 May 2023 02:56:37 +0000 Subject: [PATCH] build(deps): bump linz/action-typescript from 1 to 3 Bumps [linz/action-typescript](https://github.com/linz/action-typescript) from 1 to 3. - [Commits](https://github.com/linz/action-typescript/compare/v1...v3) --- updated-dependencies: - dependency-name: linz/action-typescript dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/build.ts.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.ts.yml b/.github/workflows/build.ts.yml index 49abc431..fa999857 100644 --- a/.github/workflows/build.ts.yml +++ b/.github/workflows/build.ts.yml @@ -13,7 +13,7 @@ jobs: contents: write steps: - name: Build and test - uses: linz/action-typescript@v1 + uses: linz/action-typescript@v3 - name: (Prod) Setup git config if: github.ref == 'refs/heads/master' && startsWith(github.event.head_commit.message, 'release:')