Skip to content

Commit 00942f4

Browse files
chore(deps): update actions/setup-python action to v5
1 parent 9574281 commit 00942f4

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/azure-webapps-python.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
- uses: actions/checkout@v3
4141

4242
- name: Set up Python version
43-
uses: actions/setup-python@v4.6.1
43+
uses: actions/setup-python@v5.3.0
4444
with:
4545
python-version: ${{ env.PYTHON_VERSION }}
4646
cache: 'pip'

.github/workflows/mobsf.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- uses: actions/checkout@v3
2828

2929
- name: Setup python
30-
uses: actions/setup-python@v4
30+
uses: actions/setup-python@v5
3131
with:
3232
python-version: 3.8
3333

.github/workflows/python-app.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
steps:
1818
- uses: actions/checkout@v3
1919
- name: Set up Python 3.9
20-
uses: actions/setup-python@v4
20+
uses: actions/setup-python@v5
2121
with:
2222
python-version: 3.9
2323
- name: Install dependencies

0 commit comments

Comments
 (0)