diff --git a/.github/workflows/Build_Run_FVP_Audio.yml b/.github/workflows/Build_Run_FVP_Audio.yml index 70cebca..6a18502 100644 --- a/.github/workflows/Build_Run_FVP_Audio.yml +++ b/.github/workflows/Build_Run_FVP_Audio.yml @@ -67,7 +67,7 @@ jobs: uses: actions/checkout@v7 - name: Set up Python 3.9 - uses: actions/setup-python@v6 + uses: actions/setup-python@v7 with: python-version: '3.9' diff --git a/.github/workflows/Build_Run_FVP_Video.yml b/.github/workflows/Build_Run_FVP_Video.yml index 02d3229..55a9548 100644 --- a/.github/workflows/Build_Run_FVP_Video.yml +++ b/.github/workflows/Build_Run_FVP_Video.yml @@ -67,7 +67,7 @@ jobs: uses: actions/checkout@v7 - name: Set up Python 3.9 - uses: actions/setup-python@v6 + uses: actions/setup-python@v7 with: python-version: '3.9'