We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ad88e47 + eaeedc5 commit 3e05ef9Copy full SHA for 3e05ef9
.github/workflows/deploy.yml
@@ -11,7 +11,7 @@ jobs:
11
id-token: write
12
steps:
13
- name: 'Set up Python'
14
- uses: actions/setup-python@v5
+ uses: actions/setup-python@v6
15
with:
16
python-version: 3.13
17
- uses: actions/checkout@v5
.github/workflows/steps.yml
@@ -19,7 +19,7 @@ jobs:
19
- "3.9"
20
21
- name: 'Set up Python ${{ matrix.python-version }}'
22
23
24
python-version: '${{ matrix.python-version }}'
25
0 commit comments