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