Skip to content

Commit 6d59071

Browse files
Merge pull request #463 from shankarpandala/dev
setup-python@v5
2 parents c61f321 + 7711f37 commit 6d59071

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)