diff --git a/.github/workflows/amd64_linux.yml b/.github/workflows/amd64_linux.yml index 1e5c465..292062e 100644 --- a/.github/workflows/amd64_linux.yml +++ b/.github/workflows/amd64_linux.yml @@ -30,7 +30,7 @@ jobs: steps: - uses: actions/checkout@v7 - name: Setup Python - uses: actions/setup-python@v6 + uses: actions/setup-python@v7 with: python-version: ${{matrix.python.version}} - name: Check Python diff --git a/.github/workflows/amd64_macos.yml b/.github/workflows/amd64_macos.yml index 05fe4cc..3476c4d 100644 --- a/.github/workflows/amd64_macos.yml +++ b/.github/workflows/amd64_macos.yml @@ -33,7 +33,7 @@ jobs: brew install swig swig -version - name: Setup Python - uses: actions/setup-python@v6 + uses: actions/setup-python@v7 with: python-version: ${{matrix.python.version}} - name: Update Path diff --git a/.github/workflows/amd64_windows.yml b/.github/workflows/amd64_windows.yml index 50ebc68..3b48c3e 100644 --- a/.github/workflows/amd64_windows.yml +++ b/.github/workflows/amd64_windows.yml @@ -37,7 +37,7 @@ jobs: echo "$((Get-Item .).FullName)/swigwin-4.3.0" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append - name: Check swig run: swig -version - - uses: actions/setup-python@v6 + - uses: actions/setup-python@v7 with: python-version: ${{ matrix.python.version }} - name: Install python3 diff --git a/.github/workflows/arm64_macos.yml b/.github/workflows/arm64_macos.yml index 751cd4b..9d4a747 100644 --- a/.github/workflows/arm64_macos.yml +++ b/.github/workflows/arm64_macos.yml @@ -33,7 +33,7 @@ jobs: brew install swig swig -version - name: Setup Python - uses: actions/setup-python@v6 + uses: actions/setup-python@v7 with: python-version: ${{matrix.python.version}} - name: Update Path