Skip to content

Commit

Permalink
misc: update actions version
Browse files Browse the repository at this point in the history
  • Loading branch information
radulucut committed Mar 13, 2024
1 parent bceca0c commit f20580f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ jobs:
os: [ubuntu-latest]
name: ${{ matrix.os }} Go ${{ matrix.go }} Tests
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Setup go
uses: actions/setup-go@v3
uses: actions/setup-go@v4
with:
go-version: ${{ matrix.go }}
- run: go test

0 comments on commit f20580f

Please sign in to comment.