Skip to content

Commit eeebdd1

Browse files
authored
Merge pull request #2151 from OWASP/renovate/major-github-actions
Update actions/setup-python action to v5
2 parents 005eb21 + 9edc526 commit eeebdd1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/scanner-comparison.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
uses: actions/checkout@v4
9292

9393
- name: Set up Python
94-
uses: actions/setup-python@v4
94+
uses: actions/setup-python@v5
9595
with:
9696
python-version: '3.11'
9797

@@ -161,7 +161,7 @@ jobs:
161161
uses: actions/checkout@v4
162162

163163
- name: Set up Python
164-
uses: actions/setup-python@v4
164+
uses: actions/setup-python@v5
165165
with:
166166
python-version: '3.11'
167167

@@ -196,7 +196,7 @@ jobs:
196196
uses: actions/checkout@v4
197197

198198
- name: Set up Python
199-
uses: actions/setup-python@v4
199+
uses: actions/setup-python@v5
200200
with:
201201
python-version: '3.11'
202202

@@ -237,7 +237,7 @@ jobs:
237237
uses: actions/checkout@v4
238238

239239
- name: Set up Python
240-
uses: actions/setup-python@v4
240+
uses: actions/setup-python@v5
241241
with:
242242
python-version: '3.11'
243243

0 commit comments

Comments
 (0)