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 945839b commit 96f115eCopy full SHA for 96f115e
.github/workflows/publish.yaml
@@ -15,7 +15,7 @@ jobs:
15
id-token: write
16
steps:
17
- uses: actions/checkout@v5
18
- - uses: actions/setup-python@v5
+ - uses: actions/setup-python@v6
19
with:
20
python-version: "3.x"
21
.github/workflows/test.yaml
@@ -14,7 +14,7 @@ jobs:
14
- name: Set up Python ${{ matrix.python-version }}
- uses: actions/setup-python@v5
+ uses: actions/setup-python@v6
python-version: ${{ matrix.python-version }}
0 commit comments