diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e91ae06d..772272dd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -97,7 +97,7 @@ jobs: fetch-depth: 0 - name: "🟨 Setup Python" - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: # Read python version from a file .python-version python-version-file: ".python-version" @@ -161,7 +161,7 @@ jobs: - name: "⚙️ Install Python" id: python - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: # Read python version from a file .python-version python-version-file: ".python-version" @@ -351,7 +351,7 @@ jobs: - name: "⚙️ Install Python" id: python - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: # Read python version from a file .python-version python-version-file: ".python-version" diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 9fa83189..7f7ddcfa 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -99,7 +99,7 @@ jobs: - name: "⚙️ Install Python" id: python - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: # Read python version from a file .python-version # python-version-file: ".python-version"