Skip to content

Commit

Permalink
Merge pull request #314 from fremantle-industries/dependabot/github_a…
Browse files Browse the repository at this point in the history
…ctions/actions/cache-3.0.2

Bump actions/cache from 3.0.1 to 3.0.2
  • Loading branch information
rupurt committed May 3, 2022
2 parents 532a27d + 2d8beb3 commit 74341e3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/code_coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
elixir-version: ${{matrix.elixir}}

- name: Cache Dependencies
uses: actions/cache@v3.0.1
uses: actions/cache@v3.0.2
with:
path: |
deps
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
elixir-version: ${{matrix.elixir}}

- name: Cache Dependencies
uses: actions/cache@v3.0.1
uses: actions/cache@v3.0.2
with:
path: |
deps
Expand Down

0 comments on commit 74341e3

Please sign in to comment.