Skip to content

Commit

Permalink
github: Update actions
Browse files Browse the repository at this point in the history
Avoids the warning "Node.js 12 actions are deprecated". No changes in
behaviour are expected.

Signed-off-by: Joel Stanley <[email protected]>
  • Loading branch information
shenki committed Nov 17, 2022
1 parent 917c839 commit 5e43a0a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 5e43a0a

Please sign in to comment.