From 13f4f53818805a707a3b4bd8a2cb5ea2f4569f9c Mon Sep 17 00:00:00 2001 From: Sam Calder-Mason Date: Thu, 24 Aug 2023 14:11:19 +1000 Subject: [PATCH] chore: update Checkout action in goreleaser.yaml --- .github/workflows/goreleaser.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/goreleaser.yaml b/.github/workflows/goreleaser.yaml index ae7cf2c..fd31d90 100644 --- a/.github/workflows/goreleaser.yaml +++ b/.github/workflows/goreleaser.yaml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-20.04 steps: - name: Checkout - uses: actions/checkout@v3` + uses: actions/checkout@v3 with: fetch-depth: 0 ref: ${{ github.ref }}