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:
parent
4f4cff0080
commit
61dfc26d74
5 changed files with 14 additions and 14 deletions
4
.github/workflows/test-macos.yml
vendored
4
.github/workflows/test-macos.yml
vendored
|
@ -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') }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue