Skip to content

Commit

Permalink
Bump GitHub actions/cache to fix node warning
Browse files Browse the repository at this point in the history
  • Loading branch information
fhunleth committed Dec 17, 2023
1 parent 8ab091f commit 5cfc59a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:

- name: Retrieve tty0tty Cache
if: runner.os == 'Linux'
uses: actions/cache@v1
uses: actions/cache@v3
id: tty0tty-cache
with:
path: tty0tty
Expand All @@ -51,7 +51,7 @@ jobs:
- name: Retrieve com0com Cache
if: runner.os == 'Windows'
uses: actions/cache@v1
uses: actions/cache@v3
id: com0com-cache
with:
path: com0com
Expand Down Expand Up @@ -79,7 +79,7 @@ jobs:
./setupc.exe --silent install - -
- name: Retrieve Mix Dependencies Cache
uses: actions/cache@v1
uses: actions/cache@v3
id: mix-cache
with:
path: deps
Expand Down

0 comments on commit 5cfc59a

Please sign in to comment.