diff --git a/.github/workflows/oci-full.yml b/.github/workflows/oci-full.yml index b9f223d..9c5a9b7 100644 --- a/.github/workflows/oci-full.yml +++ b/.github/workflows/oci-full.yml @@ -32,7 +32,7 @@ jobs: uses: actions/checkout@v4 - name: Setup Python - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: python-version: "3.11" architecture: "x64" diff --git a/.github/workflows/oci-standard.yml b/.github/workflows/oci-standard.yml index 566a813..c89d0b2 100644 --- a/.github/workflows/oci-standard.yml +++ b/.github/workflows/oci-standard.yml @@ -32,7 +32,7 @@ jobs: uses: actions/checkout@v4 - name: Setup Python - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: python-version: "3.11" architecture: "x64" diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 4c9bf34..0cab8f2 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -36,7 +36,7 @@ jobs: uses: actions/checkout@v4 - name: Setup Python - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: python-version: ${{ matrix.python-version }} architecture: x64