From d8ed21da7300572fe919541ea7821ccf36caf087 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Jan 2023 02:00:38 +0000 Subject: [PATCH] build(deps): bump linz/action-typescript from 1 to 2 Bumps [linz/action-typescript](https://github.com/linz/action-typescript) from 1 to 2. - [Release notes](https://github.com/linz/action-typescript/releases) - [Commits](https://github.com/linz/action-typescript/compare/v1...v2) --- 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..5dc66244 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@v2 - name: (Prod) Setup git config if: github.ref == 'refs/heads/master' && startsWith(github.event.head_commit.message, 'release:')