diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index d744cf6..2eba153 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -24,7 +24,7 @@ jobs: ref: "master" token: ${{ secrets.PUSH_TOKEN }} - name: 🏗 Set up Python - uses: actions/setup-python@v5.1.1 + uses: actions/setup-python@v5.2.0 with: python-version: "3.12" architecture: "x64"