Skip to content

Commit

Permalink
ci: update actions/checkout and actions/setup-go (#15)
Browse files Browse the repository at this point in the history
## Summary
* update actions/checkout to v4 to use node 20 runtime
* v4 release notes:
https://github.com/actions/checkout/releases/tag/v4.0.0
* update actions/setup-go to v5 to use node 20 runtime
* v5 release notes:
https://github.com/actions/setup-go/releases/tag/v5.0.0
  • Loading branch information
zepeng811 authored Jul 2, 2024
1 parent 253cf7e commit b16cee3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/unit-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Install Go
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version: 1.21

Expand Down

0 comments on commit b16cee3

Please sign in to comment.