We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16cbbb2 commit 2ddb381Copy full SHA for 2ddb381
.github/workflows/github-pages.yaml
@@ -14,7 +14,7 @@ jobs:
14
run: |
15
git config user.name github-actions[bot]
16
git config user.email 41898282+github-actions[bot]@users.noreply.github.com
17
- - uses: actions/setup-python@v5
+ - uses: actions/setup-python@v6
18
with:
19
python-version: 3.x
20
- run: echo "cache_id=$(date --utc '+%V')" >> $GITHUB_ENV
.github/workflows/test.yaml
@@ -27,7 +27,7 @@ jobs:
27
shell: bash
28
run: pipx install uv
29
- name: Set up Python ${{ matrix.python-version }}
30
- uses: actions/setup-python@v5
+ uses: actions/setup-python@v6
31
32
python-version: ${{ matrix.python-version }}
33
- name: Run CI tests
0 commit comments