diff options
Diffstat (limited to '.github/workflows/windows_python.yml')
-rw-r--r-- | .github/workflows/windows_python.yml | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/.github/workflows/windows_python.yml b/.github/workflows/windows_python.yml index 1b3332fef5..4336c9f0c2 100644 --- a/.github/workflows/windows_python.yml +++ b/.github/workflows/windows_python.yml @@ -23,7 +23,7 @@ jobs: runs-on: windows-latest steps: - uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b - - uses: actions/setup-python@98f2ad02fd48d057ee3b4d4f66525b231c3e52b6 + - uses: actions/setup-python@d09bd5e6005b175076f227b13d9730d56e9dcfcb with: python-version: 3.9 - name: Install Python Packages @@ -41,7 +41,7 @@ jobs: - uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b with: fetch-depth: 0 - - uses: actions/setup-python@98f2ad02fd48d057ee3b4d4f66525b231c3e52b6 + - uses: actions/setup-python@d09bd5e6005b175076f227b13d9730d56e9dcfcb with: python-version: 3.9 - name: Install Python packages @@ -63,7 +63,7 @@ jobs: - uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b with: fetch-depth: 0 - - uses: actions/setup-python@98f2ad02fd48d057ee3b4d4f66525b231c3e52b6 + - uses: actions/setup-python@d09bd5e6005b175076f227b13d9730d56e9dcfcb with: python-version: 3.9 - name: Install Python packages @@ -83,7 +83,7 @@ jobs: - uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b with: fetch-depth: 0 - - uses: actions/setup-python@98f2ad02fd48d057ee3b4d4f66525b231c3e52b6 + - uses: actions/setup-python@d09bd5e6005b175076f227b13d9730d56e9dcfcb with: python-version: 3.9 - name: Install Python packages @@ -103,7 +103,7 @@ jobs: - uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b with: fetch-depth: 0 - - uses: actions/setup-python@98f2ad02fd48d057ee3b4d4f66525b231c3e52b6 + - uses: actions/setup-python@d09bd5e6005b175076f227b13d9730d56e9dcfcb with: python-version: 3.9 - name: Install Python packages @@ -128,7 +128,7 @@ jobs: - uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b with: fetch-depth: 0 - - uses: actions/setup-python@98f2ad02fd48d057ee3b4d4f66525b231c3e52b6 + - uses: actions/setup-python@d09bd5e6005b175076f227b13d9730d56e9dcfcb with: python-version: 3.9 - name: Install Python packages @@ -159,7 +159,7 @@ jobs: run: shell: pwsh steps: - - uses: actions/setup-python@98f2ad02fd48d057ee3b4d4f66525b231c3e52b6 + - uses: actions/setup-python@d09bd5e6005b175076f227b13d9730d56e9dcfcb with: python-version: 3.9 - name: Install Python packages |