diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e4b383b..bcb833a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -61,7 +61,7 @@ jobs: - name: Checkout uses: actions/checkout@v4 - name: Install Python - uses: actions/setup-python@v5 + uses: actions/setup-python@v6 with: python-version: '3.9' architecture: 'x64'