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 dd44963 + 5c4e1b1 commit 5c879b9Copy full SHA for 5c879b9
.github/workflows/auto_publish_release.yml
@@ -27,7 +27,7 @@ jobs:
27
ref: ${{ env.MERGE_SHA }}
28
29
- name: Setup Python
30
- uses: actions/setup-python@v5
+ uses: actions/setup-python@v6
31
with:
32
python-version: '3.x'
33
.github/workflows/create_release_pr.yml
@@ -26,7 +26,7 @@ jobs:
26
ref: ${{ env.BASE_REF }}
.github/workflows/test.yml
@@ -46,7 +46,7 @@ jobs:
46
uses: actions/checkout@v5
47
48
49
50
51
python-version: ${{ matrix.python-version }}
52
0 commit comments