diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index ca56926..9bc43d4 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -17,7 +17,7 @@ jobs: - name: Install poetry run: pipx install poetry - name: Setup Python - uses: actions/setup-python@v5.0.0 + uses: actions/setup-python@v5.1.0 with: python-version: '3.11' cache: 'poetry'