3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-08-09 04:31:25 +00:00

Update versions of CI actions used

This commit is contained in:
Miodrag Milanovic 2022-10-21 17:00:46 +02:00
parent 4f4cff0080
commit 61dfc26d74
5 changed files with 14 additions and 14 deletions

View file

@ -35,7 +35,7 @@ jobs:
cc --version
- name: Checkout Yosys
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Get iverilog
shell: bash
@ -44,7 +44,7 @@ jobs:
- name: Cache iverilog
id: cache-iverilog
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: .local/
key: ${{ matrix.os.id }}-${{ hashFiles('iverilog/.git/refs/heads/master') }}