From f716b7a682add0c363878ed55391a5df06802594 Mon Sep 17 00:00:00 2001 From: criyle Date: Sat, 3 Feb 2024 12:57:13 +0000 Subject: [PATCH] github: upgrade action versions --- .github/workflows/build.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6df803e..e5207a7 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -32,7 +32,7 @@ jobs: password: ${{ secrets.DOCKERHUB_TOKEN }} - name: Set up Go - uses: actions/setup-go@v4 + uses: actions/setup-go@v5 with: go-version: '1.21' - @@ -78,12 +78,12 @@ jobs: - os: macos-latest GOARCH: "arm64" steps: - - name: Set up Go 1.21 - uses: actions/setup-go@v4 - with: - go-version: '1.21' - name: Check out uses: actions/checkout@v4 + - name: Set up Go 1.21 + uses: actions/setup-go@v5 + with: + go-version: '1.21' - name: Get git tag ref run: git fetch --prune --unshallow --tags - name: Restore Cache