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 282bd81 commit 47aa856Copy full SHA for 47aa856
.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
@@ -25,7 +25,7 @@ jobs:
25
shell: bash
26
run: pipx install uv
27
- name: Set up Python ${{ matrix.python-version }}
28
- uses: actions/setup-python@v5
+ uses: actions/setup-python@v6
29
30
python-version: ${{ matrix.python-version }}
31
- name: Run CI tests
0 commit comments