From 3ef5b030ccd3e25df52dc44fc84d5ba100eb253a Mon Sep 17 00:00:00 2001 From: Francesco Romani Date: Fri, 12 Apr 2024 11:55:28 +0200 Subject: [PATCH] ghactions: update actions we were stuck on old and deprecated v2 for no good reason. Bump to v5 and get rid of the deprecation warnings. Signed-off-by: Francesco Romani --- .github/workflows/ci-base.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-base.yml b/.github/workflows/ci-base.yml index be5bdf1..3bef921 100644 --- a/.github/workflows/ci-base.yml +++ b/.github/workflows/ci-base.yml @@ -11,12 +11,12 @@ jobs: code-checks: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 with: fetch-depth: 0 - name: Set up golang - uses: actions/setup-go@v2 + uses: actions/setup-go@v5 with: go-version: 1.19