diff --git a/.github/workflows/python310.yml b/.github/workflows/python310.yml index f84c711..6371eda 100644 --- a/.github/workflows/python310.yml +++ b/.github/workflows/python310.yml @@ -17,7 +17,7 @@ jobs: uses: actions/checkout@v4 # checkout the repository content to github runner - name: Setup python - uses: actions/setup-python@v5 + uses: actions/setup-python@v6 with: python-version: '3.10' # install the python version needed diff --git a/.github/workflows/python311.yml b/.github/workflows/python311.yml index cf987dc..54dec31 100644 --- a/.github/workflows/python311.yml +++ b/.github/workflows/python311.yml @@ -17,7 +17,7 @@ jobs: uses: actions/checkout@v4 # checkout the repository content to github runner - name: Setup python - uses: actions/setup-python@v5 + uses: actions/setup-python@v6 with: python-version: '3.11' # install the python version needed diff --git a/.github/workflows/python312.yml b/.github/workflows/python312.yml index f54abf7..f83cc53 100644 --- a/.github/workflows/python312.yml +++ b/.github/workflows/python312.yml @@ -17,7 +17,7 @@ jobs: uses: actions/checkout@v4 # checkout the repository content to github runner - name: Setup python - uses: actions/setup-python@v5 + uses: actions/setup-python@v6 with: python-version: '3.12' # install the python version needed