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.
2 parents ded76f1 + ec16d7b commit eac58c1Copy full SHA for eac58c1
.github/workflows/docs.yaml
@@ -11,7 +11,7 @@ jobs:
11
runs-on: ubuntu-latest
12
steps:
13
- uses: actions/checkout@v5
14
- - uses: actions/setup-python@v5
+ - uses: actions/setup-python@v6
15
with:
16
python-version: 3.x
17
- run: echo "cache_id=$(date --utc '+%V')" >> $GITHUB_ENV
.github/workflows/test.yaml
@@ -14,7 +14,7 @@ jobs:
- name: Setup Python
- uses: actions/setup-python@v5
+ uses: actions/setup-python@v6
18
19
python-version: '3.x'
20
- name: Install dependencies
0 commit comments