From 9d9eec22cf96b11b4a2c24ba364e9c3e6d3a6e18 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sun, 7 Sep 2025 00:21:58 +0000 Subject: [PATCH] chore(deps): update https://github.com/actions/setup-python action to v6 --- .gitea/workflows/mkdocs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/mkdocs.yaml b/.gitea/workflows/mkdocs.yaml index 03e1380..8108081 100644 --- a/.gitea/workflows/mkdocs.yaml +++ b/.gitea/workflows/mkdocs.yaml @@ -14,7 +14,7 @@ jobs: uses: actions/checkout@v5 - run: echo "💡 The ${{ github.repository }} repository has been cloned to the runner." - run: echo "🖥️ The workflow is now ready to test your code on the runner." - - uses: https://github.com/actions/setup-python@v5 + - uses: https://github.com/actions/setup-python@v6 with: python-version: '3.12' # cache: 'pip' -- 2.49.1