Fix some CI warnings (#19482)

This commit is contained in:
Aditya Manthramurthy 2024-04-12 02:25:58 -07:00 committed by GitHub
parent 7e3166475d
commit 8d39b715dc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -24,8 +24,8 @@ jobs:
go-version: [1.21.x] go-version: [1.21.x]
os: [ubuntu-latest] os: [ubuntu-latest]
steps: steps:
- uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3 - uses: actions/checkout@v4
- uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # v3 - uses: actions/setup-go@v5
with: with:
go-version: ${{ matrix.go-version }} go-version: ${{ matrix.go-version }}
check-latest: true check-latest: true