From ff469ce244ea8cca1c2e58e72ebe0f140de7162f Mon Sep 17 00:00:00 2001 From: Alan Tse Date: Tue, 31 Jan 2023 22:19:26 -0800 Subject: [PATCH] ci: bump actions/checkout --- .github/workflows/semantic_release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/semantic_release.yml b/.github/workflows/semantic_release.yml index 4ebfef9d..973c666e 100644 --- a/.github/workflows/semantic_release.yml +++ b/.github/workflows/semantic_release.yml @@ -11,7 +11,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: fetch-depth: 0 token: ${{ secrets.GH_TOKEN }}