diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2df2ddc..8bc1872 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,7 @@ jobs: steps: - name: Checkout repo - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Build docker image run: docker build -t incendi/plan_executor:latest .