diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index ac397ff65..6029f31ea 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -24,7 +24,7 @@ jobs: with: otp-version: '25' elixir-version: '1.14' - - uses: actions/cache@v3.0.10 + - uses: actions/cache@v3.0.11 name: Setup Elixir cache with: path: | @@ -33,14 +33,14 @@ jobs: key: ${{ runner.os }}-mix-otp-25-${{ hashFiles('**/mix.lock') }} restore-keys: | ${{ runner.os }}-mix-otp-25- - - uses: actions/cache@v3.0.10 + - uses: actions/cache@v3.0.11 name: Setup ruby cache with: path: vendor/bundle key: ${{ runner.os }}-gems-${{ hashFiles('**/Gemfile.lock') }} restore-keys: | ${{ runner.os }}-gems- - - uses: actions/cache@v3.0.10 + - uses: actions/cache@v3.0.11 name: Setup Python cache with: path: ~/.cache/pip @@ -59,7 +59,7 @@ jobs: # Don't cache PLTs based on mix.lock hash, as Dialyzer can incrementally update even old ones # Cache key based on Elixir & Erlang version (also usefull when running in matrix) - name: Restore PLT cache - uses: actions/cache@v3.0.10 + uses: actions/cache@v3.0.11 id: plt_cache with: key: | @@ -114,7 +114,7 @@ jobs: with: otp-version: '25' elixir-version: '1.14' - - uses: actions/cache@v3.0.10 + - uses: actions/cache@v3.0.11 with: path: | deps