Skip to content

Commit a65ddff

Browse files
mmickogatecat
authored andcommitted
Update workflows
1 parent 325985e commit a65ddff

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/arch_ci.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@ jobs:
2020
MISTRAL_REVISION: ebfc0dd2cc7d6d2159b641a397c88554840e93c9
2121
APYCULA_REVISION: 0.8.2a1
2222
steps:
23-
- uses: actions/checkout@v3
23+
- uses: actions/checkout@v4
2424
with:
2525
submodules: recursive
2626

27-
- uses: actions/setup-python@v4
27+
- uses: actions/setup-python@v5
2828
with:
2929
python-version: '3.10'
3030
- name: Install
@@ -33,7 +33,7 @@ jobs:
3333
sudo apt-get install git make cmake libboost-all-dev python3-dev pypy3 libeigen3-dev tcl-dev lzma-dev libftdi-dev clang bison flex swig qtbase5-dev qtchooser qt5-qmake qtbase5-dev-tools iverilog
3434
3535
- name: Cache yosys installation
36-
uses: actions/cache@v3
36+
uses: actions/cache@v4
3737
id: cache-yosys
3838
with:
3939
path: .yosys
@@ -46,7 +46,7 @@ jobs:
4646
if: steps.cache-yosys.outputs.cache-hit != 'true'
4747

4848
- name: Cache icestorm installation
49-
uses: actions/cache@v3
49+
uses: actions/cache@v4
5050
id: cache-icestorm
5151
with:
5252
path: .icestorm
@@ -60,7 +60,7 @@ jobs:
6060
if: matrix.arch == 'ice40' && steps.cache-icestorm.outputs.cache-hit != 'true'
6161

6262
- name: Cache trellis installation
63-
uses: actions/cache@v3
63+
uses: actions/cache@v4
6464
id: cache-trellis
6565
with:
6666
path: .trellis
@@ -74,7 +74,7 @@ jobs:
7474
if: (matrix.arch == 'ecp5' || matrix.arch == 'machxo2') && steps.cache-trellis.outputs.cache-hit != 'true'
7575

7676
- name: Cache prjoxide installation
77-
uses: actions/cache@v3
77+
uses: actions/cache@v4
7878
id: cache-prjoxide
7979
with:
8080
path: .prjoxide

0 commit comments

Comments
 (0)