Skip to content

Commit d4649d5

Browse files
committed
Fix some minor CI things
1 parent d6c8047 commit d4649d5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2727

2828
steps:
29-
- uses: actions/checkout@v1
29+
- uses: actions/checkout@v3
3030

3131
- name: Install Erlang and Elixir
3232
uses: erlef/setup-beam@v1
@@ -44,7 +44,7 @@ jobs:
4444
id: cache-plt
4545
with:
4646
path: priv/plts
47-
key: ${{ runner.os }}-otp${{ matrix.otp }}-elixir${{ matrix.elixir }}
47+
key: ${{ runner.os }}-otp${{ matrix.erlang }}-elixir${{ matrix.elixir }}
4848

4949
# Create PLTs if no cache was found
5050
- name: Create PLTs

0 commit comments

Comments
 (0)