Skip to content

Commit d4222b3

Browse files
updated actions version to setup-python@v5
1 parent 0efd523 commit d4222b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: CHECKOUT CODE
2929
uses: actions/checkout@v2
3030
- name: SETUP PYTHON
31-
uses: actions/setup-python@v1
31+
uses: actions/setup-python@v5
3232
with:
3333
python-version: ${{ matrix.config.py }}
3434
- name: Install dependencies

0 commit comments

Comments
 (0)