Explorar el Código

Merge pull request #42 from decke/dependabot/github_actions/wangyoucao577/go-release-action-1.20

Bump wangyoucao577/go-release-action from 1.19 to 1.20
Bernhard Fröhlich hace 4 años
padre
commit
a2ea5ab49e
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      .github/workflows/release.yaml

+ 1 - 1
.github/workflows/release.yaml

@@ -20,7 +20,7 @@ jobs:
     - name: Set BUILD_TIME env
       run: echo BUILD_TIME=$(date) >> ${GITHUB_ENV}
       
-    - uses: wangyoucao577/go-release-action@v1.19
+    - uses: wangyoucao577/go-release-action@v1.20
       with:
         github_token: ${{ secrets.GITHUB_TOKEN }}
         goos: ${{ matrix.goos }}