diff --git a/.github/workflows/docs.yaml b/.github/workflows/docs.yaml index 78c582639..d88651963 100644 --- a/.github/workflows/docs.yaml +++ b/.github/workflows/docs.yaml @@ -57,7 +57,7 @@ jobs: # Cache lychee results (e.g. to avoid hitting rate limits) - name: Restore lychee cache id: restore-cache - uses: actions/cache/restore@v5.0.3 + uses: actions/cache/restore@v5.0.4 with: path: .lycheecache key: cache-lychee-${{ github.sha }} @@ -90,7 +90,7 @@ jobs: ${{ inputs.linkcheck-files }} - name: Save lychee cache - uses: actions/cache/save@v5.0.3 + uses: actions/cache/save@v5.0.4 if: always() with: path: .lycheecache diff --git a/.github/workflows/integration_test_run.yaml b/.github/workflows/integration_test_run.yaml index 7427ca06c..e180fa314 100644 --- a/.github/workflows/integration_test_run.yaml +++ b/.github/workflows/integration_test_run.yaml @@ -228,7 +228,7 @@ jobs: GITHUB_ENV_FILE.close() - name: Setup Astral UV if: ${{ inputs.with-uv }} - uses: astral-sh/setup-uv@v7.5.0 + uses: astral-sh/setup-uv@v7.6.0 with: python-version: ${{ env.python-version }} - name: Install tox with UV diff --git a/.node-version b/.node-version index d845d9d88..8e3503489 100644 --- a/.node-version +++ b/.node-version @@ -1 +1 @@ -24.14.0 +24.14.1 diff --git a/package.json b/package.json index 6ea0a5de9..43537751a 100644 --- a/package.json +++ b/package.json @@ -68,6 +68,6 @@ "rollup": "^4.57.1", "ts-jest": "^29.4.6", "ts-jest-resolver": "^2.0.1", - "typescript": "^5.9.3" + "typescript": "^6.0.0" } }