From e5ccdce9b6829b5118f95ce94d91189e95de4f49 Mon Sep 17 00:00:00 2001 From: Ganesh Date: Fri, 21 Feb 2025 12:50:25 +0400 Subject: [PATCH] Update GitHub Actions workflow to latest action versions --- .github/workflows/debian-build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/debian-build.yml b/.github/workflows/debian-build.yml index 06144d2..cba67cf 100644 --- a/.github/workflows/debian-build.yml +++ b/.github/workflows/debian-build.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-20.04 steps: - name: Set up Go - uses: actions/setup-go@v3 + uses: actions/setup-go@v4 with: go-version: "1.21.0" @@ -20,7 +20,7 @@ jobs: needs: setup runs-on: ubuntu-20.04 steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: repository: "router-protocol/router-chain" ref: "main" @@ -69,7 +69,7 @@ jobs: name: router-chain path: ${{ github.workspace }}/router-chain-binaries/ - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: repository: "router-protocol/router-chain-binary-release" ref: "debian-build"