diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4bd42d0531..c75716f2b1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,7 +30,7 @@ jobs: elixir-version: ${{matrix.elixir}} - name: Retrieve Mix Dependencies Cache - uses: actions/cache@v2.1.6 + uses: actions/cache@v3.3.0 id: mix-cache # id to use in retrieve action with: path: deps @@ -44,7 +44,7 @@ jobs: run: mix - name: Retrieve PLT Cache - uses: actions/cache@v2.1.6 + uses: actions/cache@v3.3.0 id: plt-cache with: path: priv/plts @@ -89,7 +89,7 @@ jobs: elixir-version: ${{matrix.elixir}} - name: Retrieve Mix Dependencies Cache - uses: actions/cache@v2.1.6 + uses: actions/cache@v3.3.0 id: mix-cache # id to use in retrieve action with: path: deps diff --git a/.github/workflows/pr.ci.yml b/.github/workflows/pr.ci.yml index 66527aef2b..cd1b92869c 100644 --- a/.github/workflows/pr.ci.yml +++ b/.github/workflows/pr.ci.yml @@ -27,7 +27,7 @@ jobs: elixir-version: ${{matrix.elixir}} - name: Retrieve Mix Dependencies Cache - uses: actions/cache@v2.1.6 + uses: actions/cache@v3.3.0 id: mix-cache # id to use in retrieve action with: path: deps @@ -41,7 +41,7 @@ jobs: run: mix - name: Retrieve PLT Cache - uses: actions/cache@v2.1.6 + uses: actions/cache@v3.3.0 id: plt-cache with: path: priv/plts @@ -86,7 +86,7 @@ jobs: elixir-version: ${{matrix.elixir}} - name: Retrieve Mix Dependencies Cache - uses: actions/cache@v2.1.6 + uses: actions/cache@v3.3.0 id: mix-cache # id to use in retrieve action with: path: deps