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 3346d59 commit e8ce906Copy full SHA for e8ce906
.github/workflows/publish.yaml
@@ -11,7 +11,7 @@ jobs:
11
12
steps:
13
- uses: actions/checkout@v4
14
- - uses: actions/setup-python@v4
+ - uses: actions/setup-python@v5
15
with:
16
python-version: "3.x"
17
.github/workflows/test.yaml
@@ -14,7 +14,7 @@ jobs:
- name: Set up Python ${{ matrix.python-version }}
- uses: actions/setup-python@v4
+ uses: actions/setup-python@v5
18
19
python-version: ${{ matrix.python-version }}
20
0 commit comments