From 538add078f34dd0b627c251678a08f70351fca31 Mon Sep 17 00:00:00 2001 From: Thibault Deutsch Date: Fri, 5 Jul 2024 19:33:38 +0100 Subject: [PATCH] ci: update github actions The codecov action also needs to be updated, but first we need to set a token in the repo secret. --- .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 01c8f71..77f30c7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,7 @@ jobs: matrix: go: [~1.22, ^1] steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - name: Setup | Download HBase run: | @@ -27,7 +27,7 @@ jobs: run: hbase/bin/hbase-daemon.sh --config hbase/conf start master - name: Setup | Go - uses: actions/setup-go@v2 + uses: actions/setup-go@v5 with: go-version: ${{ matrix.go }}