diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3d9e015..d0530ee 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,7 +25,7 @@ jobs: steps: - name: Checkout Code Repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Build the Stack run: docker-compose -f ci-compose.yml build