diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4581b950f4..7127f083e4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -40,7 +40,7 @@ jobs: otp-version: ${{ matrix.otp }} - name: Restore deps and _build cache - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: | deps @@ -76,7 +76,7 @@ jobs: uses: actions/checkout@v4 - name: Restore deps and _build cache - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: | deps @@ -91,7 +91,7 @@ jobs: node-version: 12.x - name: Restore npm cache - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: ~/.npm key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}