diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 6873204..288d608 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.2.0 + uses: actions/setup-python@v5.5.0 with: python-version: "3.12" architecture: "x64"