From fa67b5b447fcb2cd8ff466684775ae8e7237c126 Mon Sep 17 00:00:00 2001 From: Allan Bowe <4420615+allanbowe@users.noreply.github.com> Date: Thu, 18 Jun 2026 13:55:06 +0000 Subject: [PATCH] chore: pipeline for oidc --- .github/workflows/npmpublish.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/npmpublish.yml b/.github/workflows/npmpublish.yml index 8d30123..86fec0f 100644 --- a/.github/workflows/npmpublish.yml +++ b/.github/workflows/npmpublish.yml @@ -20,7 +20,7 @@ jobs: node-version: [22] steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@v4 with: @@ -29,7 +29,7 @@ jobs: # 2. Restore npm cache manually - name: Restore npm cache - uses: actions/cache@v3 + uses: actions/cache@v4 id: npm-cache with: path: ~/.npm @@ -50,7 +50,7 @@ jobs: run: npm run publishInit - name: Semantic Release - uses: cycjimmy/semantic-release-action@v3 + run: npx semantic-release env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} NPM_CONFIG_PROVENANCE: true