From ba167cdce380d6d8655b10e1ecb0235abe48c91d Mon Sep 17 00:00:00 2001 From: Mikalai Radchuk Date: Mon, 26 Jun 2023 15:50:39 +0100 Subject: [PATCH] Updates GH Actions to avoid using deprecated node Signed-off-by: Mikalai Radchuk --- .github/workflows/release.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 9b054deb..7b649b43 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -17,7 +17,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Check out code into the Go module directory - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: fetch-depth: 0 @@ -28,7 +28,7 @@ jobs: - name: Docker Login if: ${{ github.event_name != 'pull_request' }} - uses: docker/login-action@v1 + uses: docker/login-action@v2 with: registry: quay.io username: ${{ secrets.QUAY_USERNAME }} @@ -53,7 +53,7 @@ jobs: fi - name: Create release manifests run: make quickstart - + - name: Run goreleaser run: make release env: