Updated workflows to the latest versions (#32405)

Updated few workflows to the latest versions.
This commit is contained in:
Sai-Suraj-27
2024-08-14 23:48:14 +05:30
committed by GitHub
parent 0cea2081a3
commit 8820fe8b8c
4 changed files with 4 additions and 4 deletions

View File

@@ -23,7 +23,7 @@ jobs:
- uses: actions/checkout@v4
- name: Set up Python 3.8
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
# Semantic version range syntax or exact version of a Python version
python-version: '3.8'