From 5cfc59a0d74ae8da96bd0b2360f7e2be7e1f44f8 Mon Sep 17 00:00:00 2001 From: Frank Hunleth Date: Sun, 17 Dec 2023 11:58:45 -0500 Subject: [PATCH] Bump GitHub actions/cache to fix node warning --- .github/workflows/build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 91ce3cb..2356ace 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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 @@ -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 @@ -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