From 514cbe25c71862c14d9af622ebdacc22f1bbdbb0 Mon Sep 17 00:00:00 2001 From: sammyette Date: Wed, 14 Dec 2022 21:31:11 -0400 Subject: [PATCH] ci: set fetch-depth to 0 and checkout action to v3 --- .github/workflows/release.yml | 1 + .github/workflows/website.yml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9f9163d..bf81cb9 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -33,6 +33,7 @@ jobs: - uses: actions/checkout@v3 with: submodules: true + fetch-depth: 0 - name: Download Task run: 'sh -c "$(curl --location https://taskfile.dev/install.sh)" -- -d' - uses: wangyoucao577/go-release-action@v1.25 diff --git a/.github/workflows/website.yml b/.github/workflows/website.yml index f9a45e8..547673b 100644 --- a/.github/workflows/website.yml +++ b/.github/workflows/website.yml @@ -10,7 +10,7 @@ jobs: deploy: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 with: submodules: true fetch-depth: 0