diff --git a/.github/actions/setup-node-npm/action.yaml b/.github/actions/setup-node-npm/action.yaml index 3e37bd0..2b1bfb7 100644 --- a/.github/actions/setup-node-npm/action.yaml +++ b/.github/actions/setup-node-npm/action.yaml @@ -15,7 +15,7 @@ runs: shell: bash - name: Set up NPM Cache - uses: actions/cache@v4 + uses: actions/cache@v5 id: npm-cache with: path: ${{ steps.npm-cache-dir.outputs.dir }} diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 77679a9..e1ea12a 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -23,7 +23,7 @@ jobs: pull-requests: read steps: - name: Check out - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: persist-credentials: 'false'