diff --git a/.github/workflows/update-volcano-version.yml b/.github/workflows/update-volcano-version.yml index c1ed1dd45339..c05cf23779cb 100644 --- a/.github/workflows/update-volcano-version.yml +++ b/.github/workflows/update-volcano-version.yml @@ -14,7 +14,7 @@ jobs: bump-volcano-version: runs-on: ubuntu-20.04 steps: - - uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 + - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 - uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 with: go-version: ${{env.GO_VERSION}}