Skip to content

Commit 4c1e1c2

Browse files
chore(deps): update all dependencies
1 parent 9fdfc68 commit 4c1e1c2

File tree

6 files changed

+112
-85
lines changed

6 files changed

+112
-85
lines changed

.github/actions/install-deps/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ runs:
1313
using: composite
1414
steps:
1515
- name: Set up Python
16-
uses: actions/setup-python@v5
16+
uses: actions/setup-python@v6
1717
with:
1818
python-version: "3.13"
1919
- name: Install poetry

.github/actions/pre-commit/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ runs:
1717
using: composite
1818
steps:
1919
- name: Set up Python
20-
uses: actions/setup-python@v5
20+
uses: actions/setup-python@v6
2121
with:
2222
python-version: "${{ inputs.python-version }}"
2323
- name: Install pre-commit

.github/actions/release-bumper/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ description: modify working directory as if a release is going to be made
33
runs:
44
using: composite
55
steps:
6-
- uses: actions/setup-node@v4
6+
- uses: actions/setup-node@v5
77
with:
88
cache: npm
99
node-version: lts/*

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,6 @@ jobs:
5959
- name: Build the documentation
6060
run: poetry run mkdocs build
6161
- name: Upload GitHub pages artefact
62-
uses: actions/upload-pages-artifact@v3
62+
uses: actions/upload-pages-artifact@v4
6363
with:
6464
path: site/

0 commit comments

Comments
 (0)