bump actions/cache to v3

This commit is contained in:
Zachary Snow 2022-10-29 14:08:50 -04:00
parent c49fad1dba
commit 36cff4ab0f
1 changed files with 1 additions and 1 deletions

View File

@ -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 }}