Skip to content

Commit

Permalink
Update CI actions version (#175)
Browse files Browse the repository at this point in the history
  • Loading branch information
sitingren committed Feb 5, 2024
1 parent 359beb0 commit c1b1d8e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ jobs:

steps:
- name: Check out repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Set up Go ${{ matrix.go-version }}
uses: actions/setup-go@v3
uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go-version }}

Expand Down

0 comments on commit c1b1d8e

Please sign in to comment.