From fc74e1bcf974503979a21c090945e9ec610efd0c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 5 Sep 2023 17:41:21 +0000 Subject: [PATCH] Update actions/checkout action to v4 --- .github/workflows/gh-pages.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index 8850d52..6c3a07c 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -10,10 +10,10 @@ jobs: runs-on: ubuntu-22.04 steps: - name: Checkout hugo branch - uses: actions/checkout@v2 + uses: actions/checkout@v4 - name: Checkout master - uses: actions/checkout@v2 + uses: actions/checkout@v4 with: repository: gliptak/gliptak.github.io token: ${{ secrets.GITHUB_TOKEN }} @@ -21,7 +21,7 @@ jobs: path: ${{ github.workspace }}/public - name: Checkout hugo-academic - uses: actions/checkout@v2 + uses: actions/checkout@v4 with: repository: gcushen/hugo-academic token: ${{ secrets.GITHUB_TOKEN }}