diff options
author | Valery Piashchynski <[email protected]> | 2022-04-12 09:42:04 +0200 |
---|---|---|
committer | GitHub <[email protected]> | 2022-04-12 09:42:04 +0200 |
commit | de758f5aa4816608e8de002d8a04af46281d3400 (patch) | |
tree | 1e5ed4864b187a8c5c339f74720db54da3f2d48c /.github/workflows/release.yml | |
parent | 840d377199ba647733c32305a08da5666ba04d93 (diff) | |
parent | f14d06ca4fc68a42bba926fa595622cb81b53439 (diff) |
Merge branch 'master' into dependabot/github_actions/actions/upload-artifact-3
Diffstat (limited to '.github/workflows/release.yml')
-rw-r--r-- | .github/workflows/release.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6af710fd..f5d0aa9b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -35,7 +35,7 @@ jobs: arch: amd64 steps: - name: Set up Go - uses: actions/setup-go@v2 + uses: actions/setup-go@v3 with: go-version: 1.18 |