We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9574281 commit 00942f4Copy full SHA for 00942f4
.github/workflows/azure-webapps-python.yml
@@ -40,7 +40,7 @@ jobs:
40
- uses: actions/checkout@v3
41
42
- name: Set up Python version
43
- uses: actions/setup-python@v4.6.1
+ uses: actions/setup-python@v5.3.0
44
with:
45
python-version: ${{ env.PYTHON_VERSION }}
46
cache: 'pip'
.github/workflows/mobsf.yml
@@ -27,7 +27,7 @@ jobs:
27
28
29
- name: Setup python
30
- uses: actions/setup-python@v4
+ uses: actions/setup-python@v5
31
32
python-version: 3.8
33
.github/workflows/python-app.yml
@@ -17,7 +17,7 @@ jobs:
17
steps:
18
19
- name: Set up Python 3.9
20
21
22
python-version: 3.9
23
- name: Install dependencies
0 commit comments