From ba1037ab6526e39c6615ce7055644346a0163cb4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Apr 2026 23:02:28 +0000 Subject: [PATCH] chore(deps): bump EdricChan03/angular-problem-matchers-action Bumps [EdricChan03/angular-problem-matchers-action](https://github.com/edricchan03/angular-problem-matchers-action) from 0.0.0 to 1.0.0. - [Release notes](https://github.com/edricchan03/angular-problem-matchers-action/releases) - [Commits](https://github.com/edricchan03/angular-problem-matchers-action/compare/v0.0.0...v1.0.0) --- updated-dependencies: - dependency-name: EdricChan03/angular-problem-matchers-action dependency-version: 1.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index f6b24f02..12325821 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -18,7 +18,7 @@ jobs: with: node-version: 20 - name: Setup Angular problem matchers - uses: EdricChan03/angular-problem-matchers-action@v0.0.0 + uses: EdricChan03/angular-problem-matchers-action@v1.0.0 - name: Cache node modules uses: actions/cache@v3 id: node_modules_cache @@ -53,7 +53,7 @@ jobs: with: node-version: 20 - name: Setup Angular problem matchers - uses: EdricChan03/angular-problem-matchers-action@v0.0.0 + uses: EdricChan03/angular-problem-matchers-action@v1.0.0 - name: Cache node modules uses: actions/cache@v3 id: node_modules_cache