We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ab091f commit 2c2bbfcCopy full SHA for 2c2bbfc
1 file changed
.github/workflows/build.yml
@@ -28,7 +28,7 @@ jobs:
28
29
- name: Retrieve tty0tty Cache
30
if: runner.os == 'Linux'
31
- uses: actions/cache@v1
+ uses: actions/cache@v3
32
id: tty0tty-cache
33
with:
34
path: tty0tty
@@ -51,7 +51,7 @@ jobs:
51
52
- name: Retrieve com0com Cache
53
if: runner.os == 'Windows'
54
55
id: com0com-cache
56
57
path: com0com
@@ -79,7 +79,7 @@ jobs:
79
./setupc.exe --silent install - -
80
81
- name: Retrieve Mix Dependencies Cache
82
83
id: mix-cache
84
85
path: deps
@@ -112,7 +112,7 @@ jobs:
112
elixir-version: 1.15
113
114
115
116
117
118
0 commit comments