From 024c47427497ce59a36b3242f864c5aa7377c213 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Jun 2024 15:32:44 +0530 Subject: [PATCH] Bump actions/setup-go from 3 to 5 (#185) Bumps [actions/setup-go](https://github.com/actions/setup-go) from 3 to 5 --- .github/workflows/cd-dgraph-js.yml | 2 +- .github/workflows/ci-dgraph-js.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cd-dgraph-js.yml b/.github/workflows/cd-dgraph-js.yml index b2a3f45..b559477 100644 --- a/.github/workflows/cd-dgraph-js.yml +++ b/.github/workflows/cd-dgraph-js.yml @@ -42,7 +42,7 @@ jobs: GOVERSION=$({ [ -f .go-version ] && cat .go-version; }) echo "GOVERSION=$GOVERSION" >> $GITHUB_ENV - name: Set up Go - uses: actions/setup-go@v3 + uses: actions/setup-go@v5 with: go-version: ${{ env.GOVERSION }} - name: Build dgraph binary diff --git a/.github/workflows/ci-dgraph-js.yml b/.github/workflows/ci-dgraph-js.yml index 68728d8..0cd1582 100644 --- a/.github/workflows/ci-dgraph-js.yml +++ b/.github/workflows/ci-dgraph-js.yml @@ -39,7 +39,7 @@ jobs: GOVERSION=$({ [ -f .go-version ] && cat .go-version; }) echo "GOVERSION=$GOVERSION" >> $GITHUB_ENV - name: Set up Go - uses: actions/setup-go@v3 + uses: actions/setup-go@v5 with: go-version: ${{ env.GOVERSION }} - name: Build dgraph binary