From 56abbe58348c7090b1f798566650162c688ed1ef Mon Sep 17 00:00:00 2001 From: Rakshith M <163492919+Rakshithkodekloud@users.noreply.github.com> Date: Wed, 13 Nov 2024 13:30:12 +0530 Subject: [PATCH] Update actions version in python-installation.yml --- .github/workflows/python-installation.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/python-installation.yml b/.github/workflows/python-installation.yml index eeb8ac21..591066bd 100644 --- a/.github/workflows/python-installation.yml +++ b/.github/workflows/python-installation.yml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Set up Python - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: - python-version: 3.7 - \ No newline at end of file + python-version: 3.10 +