diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index aa717dd6..3dd544aa 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -33,7 +33,7 @@ jobs: otp-version: ${{ env.OTP_VERSION }} - name: Restore Mix cache - uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4 + uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5 with: path: | deps @@ -99,7 +99,7 @@ jobs: otp-version: ${{ env.OTP_VERSION }} - name: Restore Mix cache - uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4 + uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5 with: path: | deps diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 73bbe2bf..5b929f18 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -61,7 +61,7 @@ jobs: otp-version: "28" - name: Restore Mix cache - uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4 + uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5 with: path: | deps