Skip to content

Commit 2c2bbfc

Browse files
committed
Bump GitHub actions/cache to fix node warning
1 parent 8ab091f commit 2c2bbfc

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828

2929
- name: Retrieve tty0tty Cache
3030
if: runner.os == 'Linux'
31-
uses: actions/cache@v1
31+
uses: actions/cache@v3
3232
id: tty0tty-cache
3333
with:
3434
path: tty0tty
@@ -51,7 +51,7 @@ jobs:
5151
5252
- name: Retrieve com0com Cache
5353
if: runner.os == 'Windows'
54-
uses: actions/cache@v1
54+
uses: actions/cache@v3
5555
id: com0com-cache
5656
with:
5757
path: com0com
@@ -79,7 +79,7 @@ jobs:
7979
./setupc.exe --silent install - -
8080
8181
- name: Retrieve Mix Dependencies Cache
82-
uses: actions/cache@v1
82+
uses: actions/cache@v3
8383
id: mix-cache
8484
with:
8585
path: deps
@@ -112,7 +112,7 @@ jobs:
112112
elixir-version: 1.15
113113

114114
- name: Retrieve Mix Dependencies Cache
115-
uses: actions/cache@v1
115+
uses: actions/cache@v3
116116
id: mix-cache
117117
with:
118118
path: deps

0 commit comments

Comments
 (0)