diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cde5081..d0c5c3a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -40,7 +40,7 @@ jobs: DATABASE_URL: postgresql://postgres:postgres@localhost:5432/smartgallery steps: - uses: actions/checkout@v4 - - uses: actions/setup-python@v5 + - uses: actions/setup-python@v7 with: python-version: "3.11" cache: pip