Skip to content

Commit

Permalink
.github: upgrade workflow steps
Browse files Browse the repository at this point in the history
Change-Id: Id9e15eb1e39657ba797757b6f964231213f131b4
  • Loading branch information
hanwen committed Oct 2, 2024
1 parent 6b6d764 commit 728ae98
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@ jobs:
steps:

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

- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
fetch-depth: 0 # Make "git describe" work

Expand Down

0 comments on commit 728ae98

Please sign in to comment.