Skip to content

Commit

Permalink
ci: update github actions
Browse files Browse the repository at this point in the history
The codecov action also needs to be updated, but first we need to set a
token in the repo secret.
dethi authored and tsuna committed Jul 5, 2024
1 parent a25cbc0 commit 1504720
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
@@ -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 }}

0 comments on commit 1504720

Please sign in to comment.