Skip to content

Commit

Permalink
unit: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
EmilienM committed Feb 9, 2024
1 parent 4ae47a3 commit 7401fab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/unit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ jobs:

steps:
- name: Setup Go ${{ matrix.go-version }}
uses: actions/setup-go@v2
uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go-version }}

- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: Setup environment
run: |
Expand Down

0 comments on commit 7401fab

Please sign in to comment.