diff --git a/.github/workflows/deploy-docs.yml b/.github/workflows/deploy-docs.yml index 73ac2956..8d8274af 100644 --- a/.github/workflows/deploy-docs.yml +++ b/.github/workflows/deploy-docs.yml @@ -12,7 +12,7 @@ jobs: matrix: node-version: [16] steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v5 with: persist-credentials: false - uses: pnpm/action-setup@v2.4.0 diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index d16df049..5cd79363 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -14,7 +14,7 @@ jobs: matrix: node-version: [16] steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v5 - uses: pnpm/action-setup@v2.4.0 with: version: 7 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9a7cb593..d773b92f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -20,7 +20,7 @@ jobs: monorepo-tags: true - name: Checkout Repository if: ${{ steps.release.outputs.releases_created }} - uses: actions/checkout@v3 + uses: actions/checkout@v5 - name: Setup npmrc run: echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" > .npmrc - uses: pnpm/action-setup@v2.4.0 diff --git a/.github/workflows/test-coverage.yml b/.github/workflows/test-coverage.yml index 3dc164c5..5529743a 100644 --- a/.github/workflows/test-coverage.yml +++ b/.github/workflows/test-coverage.yml @@ -14,7 +14,7 @@ jobs: matrix: node-version: [16] steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v5 - uses: pnpm/action-setup@v2.4.0 with: version: 7