From c18d5def260b8ec2db19918b22f5650cad570bf5 Mon Sep 17 00:00:00 2001 From: Sid <122173059+hugo-sid@users.noreply.github.com> Date: Fri, 22 Sep 2023 02:12:15 +0530 Subject: [PATCH] ci: upgrade `actions/checkout` from `v3` to `v4` (#73) https://github.com/actions/checkout#checkout-v4 --- .github/workflows/pages.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pages.yml b/.github/workflows/pages.yml index 33b92541..df9d55a2 100644 --- a/.github/workflows/pages.yml +++ b/.github/workflows/pages.yml @@ -34,7 +34,7 @@ jobs: HUGO_VERSION: 0.117.0 steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 0 # Fetch all history for .GitInfo and .Lastmod - name: Setup Go