diff options
Diffstat (limited to '.github/workflows/binaries_release2.yml')
| -rw-r--r-- | .github/workflows/binaries_release2.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/binaries_release2.yml b/.github/workflows/binaries_release2.yml index 71af542d3..6446bac59 100644 --- a/.github/workflows/binaries_release2.yml +++ b/.github/workflows/binaries_release2.yml @@ -28,7 +28,7 @@ jobs: # Steps represent a sequence of tasks that will be executed as part of the job steps: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # v2 + - uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # v2 - name: Go Release Binaries Normal Volume Size uses: wangyoucao577/go-release-action@90da8ebfdc010a0e7d378419a76fd90230a05228 # v1.22 with: |
