From 36cff4ab0ff3fc64dddb66ef6f3ff4ed80cbd581 Mon Sep 17 00:00:00 2001 From: Zachary Snow Date: Sat, 29 Oct 2022 14:08:50 -0400 Subject: [PATCH] bump actions/cache to v3 --- .github/workflows/main.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index b155b7f..fa6705f 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -53,7 +53,7 @@ jobs: if: runner.os == 'Linux' run: sudo apt-get install -y shunit2 flex bison autoconf gperf - name: Cache iverilog - uses: actions/cache@v2 + uses: actions/cache@v3 with: path: ~/.local key: ${{ runner.OS }}-${{ env.IVERILOG_REF }}