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:
Joel Stanley 2022-11-03 16:56:19 +10:30
parent 917c839c30
commit 5e43a0a52b
1 changed files with 2 additions and 2 deletions

View File

@ -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: