diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 9dabf224..0c4d96f3 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -13,7 +13,7 @@ jobs: contents: write id-token: write steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 with: persist-credentials: false - name: Use Node.js 24.x @@ -72,7 +72,7 @@ jobs: pull-requests: write id-token: write # needed for npm trusted publishers with OIDC steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 with: persist-credentials: false - name: Use Node.js 24.x