diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3d99583..ecbee96 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,7 +29,7 @@ jobs: otp-version: ${{matrix.otp}} - name: Checkout code - uses: actions/checkout@v5 + uses: actions/checkout@v6 # Step: Define how to cache deps. Restores existing cache if present. - name: Cache deps