Skip to content

Commit

Permalink
use @v4 version of git action
Browse files Browse the repository at this point in the history
  • Loading branch information
boddumanohar committed Sep 10, 2023
1 parent 6c4f99b commit fbb93f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/sdk-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
runs-on: [self-hosted, arc-runner]
steps:
- name: Set up Go 1.18
uses: actions/setup-go@v2
uses: actions/setup-go@v4
with:
go-version: ^1.18

Expand Down Expand Up @@ -71,7 +71,7 @@ jobs:
fi
- name: Build
run: docker run --rm -v $PWD:/gosdk -w /gosdk golang:1.18 make wasm-build
run: make wasm-build

- name: Upload binaries to release
uses: svenstaro/upload-release-action@v2
Expand Down

0 comments on commit fbb93f2

Please sign in to comment.