From 5e43a0a52b2309aaa15cd820a0804bb632fceaa3 Mon Sep 17 00:00:00 2001 From: Joel Stanley Date: Thu, 3 Nov 2022 16:56:19 +1030 Subject: [PATCH] github: Update actions Avoids the warning "Node.js 12 actions are deprecated". No changes in behaviour are expected. Signed-off-by: Joel Stanley --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index eddde4fb2..7843fe87b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: