From 3ef03c15924c2063903c90eb2b8ace653be357a0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 29 Jul 2025 09:02:04 +0000 Subject: [PATCH] Update valitydev/action-frontend action to v2 --- .github/workflows/frontend-publish-npm-gh.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/frontend-publish-npm-gh.yml b/.github/workflows/frontend-publish-npm-gh.yml index c32ca5e4..a0edba1c 100644 --- a/.github/workflows/frontend-publish-npm-gh.yml +++ b/.github/workflows/frontend-publish-npm-gh.yml @@ -19,7 +19,7 @@ jobs: - name: Build Angular OpenAPI Library run: npm run build-ng-lib - name: Publish Angular OpenAPI Library - uses: valitydev/action-frontend/publish@v1 + uses: valitydev/action-frontend/publish@v2 with: npm-token: ${{ secrets.NPM_TOKEN }} directory: ./lib