We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6014a77 commit b593836Copy full SHA for b593836
.github/workflows/python-publish.yml
@@ -28,7 +28,7 @@ jobs:
28
with:
29
fetch-depth: 0
30
- name: Set up Python
31
- uses: actions/setup-python@v3
+ uses: actions/setup-python@v4
32
33
python-version: '3.x'
34
- name: Install dependencies
.github/workflows/python-test.yml
@@ -24,7 +24,7 @@ jobs:
24
- uses: actions/checkout@v4
25
26
- name: Set up Python 3.10
27
python-version: "3.10"
@@ -133,7 +133,7 @@ jobs:
133
steps:
134
135
136
- - uses: actions/setup-python@v3
+ - uses: actions/setup-python@v4
137
138
139
0 commit comments