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:
parent
917c839c30
commit
5e43a0a52b
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue