Compare commits

..

1 Commits

Author SHA1 Message Date
6d27fa8ff2 chore(deps): update python to v3.14.2
All checks were successful
CI / ci (pull_request) Successful in 34s
Enforce Conventional Commit PR Title / Validate PR Title (pull_request_target) Successful in 2s
2026-01-21 21:50:46 +00:00
2 changed files with 2 additions and 2 deletions

View File

@@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Check out repository code - name: Check out repository code
uses: actions/checkout@v6.0.2 uses: actions/checkout@v6.0.1
with: with:
fetch-depth: 0 fetch-depth: 0

View File

@@ -61,7 +61,7 @@ jobs:
REPO: ${{ gitea.repository }} REPO: ${{ gitea.repository }}
- name: Check out repository - name: Check out repository
uses: actions/checkout@v6.0.2 uses: actions/checkout@v6.0.1
with: with:
fetch-depth: 0 fetch-depth: 0
ref: ${{ needs.tag.outputs.tag_name }} ref: ${{ needs.tag.outputs.tag_name }}