diff --git a/.github/workflows/fetch_train_deploy.yml b/.github/workflows/fetch_train_deploy.yml index bdd53d0..1f0482f 100644 --- a/.github/workflows/fetch_train_deploy.yml +++ b/.github/workflows/fetch_train_deploy.yml @@ -47,7 +47,7 @@ jobs: run: pipx install poetry - name: Setup Python - uses: actions/setup-python@v5 + uses: actions/setup-python@v6 with: python-version: '3.12' cache: 'poetry'