From c3cca12b1cd33da47e06d5736e747c61cb917f8d Mon Sep 17 00:00:00 2001 From: benoit-cty <6603048+benoit-cty@users.noreply.github.com> Date: Fri, 17 May 2024 15:51:43 +0200 Subject: [PATCH] bump to ctions/setup-python@v5 --- .github/workflows/workflow.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index b2de7a0..ff0e07b 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -14,7 +14,7 @@ jobs: - name: Checkout uses: actions/checkout@v4 - name: Set up Python - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: python-version: 3.9.9 # Patch version must be specified to avoid any cache confusion, since the cache key depends on the full Python version. Any potentiel difference in patches between jobs will lead to a cache not found error. - name: Cache build @@ -43,7 +43,7 @@ jobs: with: fetch-depth: 0 # Fetch all the tags - name: Set up Python - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: python-version: 3.9.9 - name: Cache build @@ -65,7 +65,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Set up Python - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: python-version: 3.9.9 - name: Cache build @@ -82,7 +82,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Set up Python - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: python-version: 3.9.9 - name: Cache build @@ -102,7 +102,7 @@ jobs: with: fetch-depth: 0 # Fetch all the tags - name: Set up Python - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: python-version: 3.9.9 - name: Check version number has been properly updated @@ -122,7 +122,7 @@ jobs: with: fetch-depth: 0 # Fetch all the tags - name: Set up Python - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: python-version: 3.9.9 - id: stop-early @@ -139,7 +139,7 @@ jobs: with: fetch-depth: 0 # Fetch all the tags - name: Set up Python - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: python-version: 3.9.9 - name: Cache build