mirror of
https://github.com/Dasharo/litex.git
synced 2026-03-06 14:58:06 -08:00
github: Update actions
Avoids the warning "Node.js 12 actions are deprecated". No changes in behaviour are expected. Signed-off-by: Joel Stanley <joel@jms.id.au>
This commit is contained in:
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@@ -8,10 +8,10 @@ jobs:
|
||||
steps:
|
||||
# Checkout Repository
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- name: Setup CCache
|
||||
uses: hendrikmuhs/ccache-action@v1
|
||||
uses: hendrikmuhs/ccache-action@v1.2
|
||||
|
||||
- uses: ghdl/setup-ghdl-ci@master
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user