From dc3ac2b81edb1fb2f5ac9c623b6ff18b0d7d3825 Mon Sep 17 00:00:00 2001 From: Om Aximani <75031769+OmAximani0@users.noreply.github.com> Date: Tue, 28 Mar 2023 14:12:55 +0530 Subject: [PATCH] Action update (#185) * Update go.yml Updated action version to latest Signed-off-by: Om Aximani <75031769+OmAximani0@users.noreply.github.com> * Update release.yml Updated action version to latest Signed-off-by: Om Aximani <75031769+OmAximani0@users.noreply.github.com> * Updated setup-go action version Signed-off-by: OmAxiani0 --------- Signed-off-by: Om Aximani <75031769+OmAximani0@users.noreply.github.com> Signed-off-by: OmAxiani0 --- .github/workflows/go.yml | 6 +++--- .github/workflows/release.yml | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 6510154..ea0fc23 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -15,10 +15,10 @@ jobs: os: [ubuntu-latest] runs-on: ${{ matrix.os }} steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Set up Go - uses: actions/setup-go@v2 + uses: actions/setup-go@v4 with: go-version: ${{ matrix.go-version }} @@ -32,4 +32,4 @@ jobs: run: go test -coverprofile=coverage.txt -covermode=atomic ./... - name: Upload coverage to Codecov - uses: codecov/codecov-action@v3 \ No newline at end of file + uses: codecov/codecov-action@v3 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 843b751..ad4e57b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -19,7 +19,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Set up QEMU uses: docker/setup-qemu-action@v2 @@ -28,7 +28,7 @@ jobs: uses: docker/setup-buildx-action@v2 - name: Set up Go - uses: actions/setup-go@v2 + uses: actions/setup-go@v4 with: go-version: ${{ matrix.go-version }}