diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cde5081..ba1071f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,7 @@ jobs: run: working-directory: frontend steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v7 - uses: actions/setup-node@v4 with: node-version: 20 @@ -39,7 +39,7 @@ jobs: SECRET_KEY: ci-only-secret-key-with-at-least-32-characters DATABASE_URL: postgresql://postgres:postgres@localhost:5432/smartgallery steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v7 - uses: actions/setup-python@v5 with: python-version: "3.11"