Skip to content

Commit

Permalink
Update 2 actions
Browse files Browse the repository at this point in the history
  • Loading branch information
hknutzen committed Apr 2, 2024
1 parent 07bafe6 commit 4be3feb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Install Go
uses: actions/setup-go@v3
uses: actions/setup-go@v5
with:
go-version: stable
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Calc coverage
run: >
go test
Expand Down

0 comments on commit 4be3feb

Please sign in to comment.