Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/integration_test_run.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .node-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
24.14.0
24.14.1
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}