diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 7fbb488..f80805d 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -19,7 +19,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Set up Python - uses: actions/setup-python@v4.7.0 + uses: actions/setup-python@v4.8.0 with: python-version: "3.x" - name: Install dependencies