diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d1b9fc273..c3687882b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,7 +17,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Run Docker Compose run: CURRENT_UID=$(id -u):$(id -g) docker compose up -d