diff --git a/.github/workflows/float-fvp.yml b/.github/workflows/float-fvp.yml index 3d7b8062..b7d84f29 100644 --- a/.github/workflows/float-fvp.yml +++ b/.github/workflows/float-fvp.yml @@ -65,7 +65,7 @@ jobs: uses: actions/checkout@v7 - name: Set up Python - uses: actions/setup-python@v6 + uses: actions/setup-python@v7 with: python-version: "3.11" cache: pip diff --git a/.github/workflows/float-host.yml b/.github/workflows/float-host.yml index bcc790bb..15f1fd7b 100644 --- a/.github/workflows/float-host.yml +++ b/.github/workflows/float-host.yml @@ -64,7 +64,7 @@ jobs: uses: actions/checkout@v7 - name: Set up Python - uses: actions/setup-python@v6 + uses: actions/setup-python@v7 with: python-version: "3.11" cache: pip diff --git a/.github/workflows/integer-fvp.yml b/.github/workflows/integer-fvp.yml index 2ecea86b..48fc03a7 100644 --- a/.github/workflows/integer-fvp.yml +++ b/.github/workflows/integer-fvp.yml @@ -65,7 +65,7 @@ jobs: uses: actions/checkout@v7 - name: Set up Python - uses: actions/setup-python@v6 + uses: actions/setup-python@v7 with: python-version: "3.11" cache: pip diff --git a/.github/workflows/lib-variants.yml b/.github/workflows/lib-variants.yml index ea40b52e..ba94a19b 100644 --- a/.github/workflows/lib-variants.yml +++ b/.github/workflows/lib-variants.yml @@ -75,7 +75,7 @@ jobs: uses: actions/checkout@v7 - name: Set up Python - uses: actions/setup-python@v6 + uses: actions/setup-python@v7 with: python-version: "3.11"