Merge pull request #14946 from etcd-io/dependabot/github_actions/actions/checkout-3.2.0

build(deps): bump actions/checkout from 2.5.0 to 3.2.0
This commit is contained in:
Benjamin Wang
2022-12-13 14:29:41 +08:00
committed by GitHub
16 changed files with 16 additions and 16 deletions

View File

@@ -5,7 +5,7 @@ jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@e2f20e631ae6d7dd3b768f56a5d2af784dd54791 # v2.5.0
- uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # v3.2.0
- uses: actions/setup-go@bfdd3570ce990073878bf10f6b2d79082de49492 # v2.2.0
with:
go-version: "1.19.4"