Skip to content

Commit

Permalink
ci(github): upgrade actions/checkout@v4
Browse files Browse the repository at this point in the history
  • Loading branch information
iseki0 committed Feb 6, 2025
1 parent 7d08a26 commit fcdfaf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
GOARCH: ${{ matrix.goarch }}
CGO_ENABLED: '0'
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Install Go
uses: actions/setup-go@v5
Expand Down

0 comments on commit fcdfaf9

Please sign in to comment.