aboutsummaryrefslogtreecommitdiff
path: root/.gitea/workflows
diff options
context:
space:
mode:
authorrenovate[bot] <renovatebot@noreply.localhost>2026-02-12 03:01:28 +0300
committerrenovate[bot] <renovatebot@noreply.localhost>2026-02-12 03:01:28 +0300
commit097a915f355d32d84c3d4516bb57ce73424e6e5b (patch)
tree1713cbe28bd1bf4aa18bfa21585258d3a4adbdaa /.gitea/workflows
parentc691de0dd0b7e058b7c66457c77092bd95b4e463 (diff)
downloadfparkan-097a915f355d32d84c3d4516bb57ce73424e6e5b.tar.xz
fparkan-097a915f355d32d84c3d4516bb57ce73424e6e5b.zip
fix(deps): update all digest updates
Diffstat (limited to '.gitea/workflows')
-rw-r--r--.gitea/workflows/docs-deploy.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitea/workflows/docs-deploy.yml b/.gitea/workflows/docs-deploy.yml
index b5d3f1f..ad9e0b9 100644
--- a/.gitea/workflows/docs-deploy.yml
+++ b/.gitea/workflows/docs-deploy.yml
@@ -16,7 +16,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v5
with:
- python-version: "3.12"
+ python-version: "3.14"
- name: Install docs dependencies
run: pip install -r requirements.txt