Chore: update github action workflow

This commit is contained in:
Dreamacro
2022-03-06 21:48:25 +08:00
parent 83bfe521b1
commit f6c7281bb7
5 changed files with 21 additions and 11 deletions

View File

@ -13,7 +13,7 @@ jobs:
steps:
- name: Check out code into the Go module directory
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
fetch-depth: 0
@ -52,7 +52,7 @@ jobs:
- name: Get all docker tags
if: startsWith(github.ref, 'refs/tags/')
uses: actions/github-script@v4
uses: actions/github-script@v6
id: tags
with:
script: |