diff --git a/.github/workflows/BuildDeploy.yml b/.github/workflows/BuildDeploy.yml index 40eeb6f..d3c8df2 100644 --- a/.github/workflows/BuildDeploy.yml +++ b/.github/workflows/BuildDeploy.yml @@ -7,7 +7,7 @@ jobs: runs-on: windows-latest steps: - name: Setup python - uses: actions/setup-python@v5 + uses: actions/setup-python@v6 with: python-version: '3.x' architecture: 'x64'