Skip to content

Commit

Permalink
Update gh actions versions
Browse files Browse the repository at this point in the history
  • Loading branch information
LeonStoldt authored and cbuschka committed May 14, 2024
1 parent 7e5b98c commit e3ae66f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- name: Install Go
uses: actions/setup-go@v3
uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go-version }}

- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Test
run: go test ./internal/... ./cmd/...
Expand All @@ -25,7 +25,7 @@ jobs:
if: runner.os == 'Linux'

- name: Upload coverage data to codecov.io
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
file: ./coverage.txt
if: runner.os == 'Linux'
Expand Down

0 comments on commit e3ae66f

Please sign in to comment.