From 733395c50745fec41ed9cacf98645c692c19837c Mon Sep 17 00:00:00 2001 From: Segev Dagan Date: Sat, 13 Apr 2024 06:46:33 +0300 Subject: [PATCH] build: update github actions (#785) actions/checkout@v4 actions/setup-go@v5 --- .github/workflows/ci.yml | 4 ++-- .github/workflows/label-actions.yml | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0b95bedd..c88fc3be 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,12 +28,12 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 0 - name: Setup Go - uses: actions/setup-go@v3 + uses: actions/setup-go@v5 with: go-version: ${{ matrix.go }} cache: true diff --git a/.github/workflows/label-actions.yml b/.github/workflows/label-actions.yml index 264d8615..5c4c8734 100644 --- a/.github/workflows/label-actions.yml +++ b/.github/workflows/label-actions.yml @@ -17,12 +17,12 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 0 - name: Setup Go - uses: actions/setup-go@v3 + uses: actions/setup-go@v5 with: go-version: ${{ matrix.go }} cache: true @@ -32,4 +32,4 @@ jobs: run: go test ./... -race -coverprofile=coverage.txt -covermode=atomic - name: Coverage - run: bash <(curl -s https://codecov.io/bash) \ No newline at end of file + run: bash <(curl -s https://codecov.io/bash)