Skip to content

Commit

Permalink
Bump actions/cache from 2.1.5 to 2.1.6 (exercism#742)
Browse files Browse the repository at this point in the history
Bumps [actions/cache](https://github.com/actions/cache) from 2.1.5 to 2.1.6.
- [Release notes](https://github.com/actions/cache/releases)
- [Commits](actions/cache@v2.1.5...v2.1.6)

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored May 28, 2021
1 parent a1acb4f commit 803d624
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
elixir-version: ${{matrix.elixir}}

- name: Retrieve Mix Dependencies Cache
uses: actions/[email protected].5
uses: actions/[email protected].6
id: mix-cache # id to use in retrieve action
with:
path: deps
Expand All @@ -44,7 +44,7 @@ jobs:
run: mix

- name: Retrieve PLT Cache
uses: actions/[email protected].5
uses: actions/[email protected].6
id: plt-cache
with:
path: priv/plts
Expand Down Expand Up @@ -89,7 +89,7 @@ jobs:
elixir-version: ${{matrix.elixir}}

- name: Retrieve Mix Dependencies Cache
uses: actions/[email protected].5
uses: actions/[email protected].6
id: mix-cache # id to use in retrieve action
with:
path: deps
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/pr.ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
elixir-version: ${{matrix.elixir}}

- name: Retrieve Mix Dependencies Cache
uses: actions/[email protected].5
uses: actions/[email protected].6
id: mix-cache # id to use in retrieve action
with:
path: deps
Expand All @@ -41,7 +41,7 @@ jobs:
run: mix

- name: Retrieve PLT Cache
uses: actions/[email protected].5
uses: actions/[email protected].6
id: plt-cache
with:
path: priv/plts
Expand Down Expand Up @@ -86,7 +86,7 @@ jobs:
elixir-version: ${{matrix.elixir}}

- name: Retrieve Mix Dependencies Cache
uses: actions/[email protected].5
uses: actions/[email protected].6
id: mix-cache # id to use in retrieve action
with:
path: deps
Expand Down

0 comments on commit 803d624

Please sign in to comment.