Skip to content

Commit faeaec0

Browse files
committed
ci: upgrade coursier/cache-action to v6
1 parent d017002 commit faeaec0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232

3333
- name: Cache
3434
id: cache
35-
uses: coursier/cache-action@v5
35+
uses: coursier/cache-action@v6
3636

3737
- name: Verilator
3838
run: sudo apt install verilator libsqlite3-dev
@@ -74,7 +74,7 @@ jobs:
7474

7575
- name: Cache
7676
id: cache
77-
uses: coursier/cache-action@v5
77+
uses: coursier/cache-action@v6
7878

7979
- name: Verilator
8080
run: sudo apt install verilator libsqlite3-dev

0 commit comments

Comments
 (0)