Skip to content

Commit f3c2563

Browse files
chore(deps): update actions/cache action to v3 (#236)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent f87d079 commit f3c2563

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/elixir.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ jobs:
107107
elixir-version: ${{ matrix.elixir_version }}
108108
rebar3-version: ${{ matrix.rebar3_version }}
109109
- name: Cache
110-
uses: actions/cache@v2
110+
uses: actions/cache@v3
111111
with:
112112
path: |
113113
~/deps

0 commit comments

Comments
 (0)