From 4f9f2f79012e312a5adc60085018e83d79811f27 Mon Sep 17 00:00:00 2001 From: yyforyongyu Date: Fri, 19 Aug 2022 16:52:59 +0800 Subject: [PATCH] github: update action versions --- .github/workflows/main.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index c222d9d08..3c3009d04 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -401,7 +401,7 @@ jobs: args: backend=neutrino steps: - name: git checkout - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: go cache uses: actions/cache@v1 @@ -415,7 +415,7 @@ jobs: lnd-${{ runner.os }}-go- - name: setup go ${{ env.GO_VERSION }} - uses: actions/setup-go@v2 + uses: actions/setup-go@v3 with: go-version: '${{ env.GO_VERSION }}' @@ -449,7 +449,7 @@ jobs: GOPATH: ${{ github.workspace }}/go steps: - name: git checkout - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: go cache uses: actions/cache@v1 @@ -463,7 +463,7 @@ jobs: lnd-${{ runner.os }}-go- - name: setup go ${{ env.GO_VERSION }} - uses: actions/setup-go@v2 + uses: actions/setup-go@v3 with: go-version: '${{ env.GO_VERSION }}' @@ -472,6 +472,7 @@ jobs: - name: Zip log files on failure if: ${{ failure() }} + timeout-minutes: 1 # timeout after 1 minute run: 7z a logs-itest-windows.zip lntest/itest/**/*.log - name: Upload log files on failure