From 6a9528cf54fd6af4000d7497075bb6fd50bb3db4 Mon Sep 17 00:00:00 2001 From: Stephen Seo Date: Thu, 14 Nov 2024 17:30:27 +0900 Subject: [PATCH] Update some actions' versions in .github/workflows --- .github/workflows/gh-pages.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index 50d66c5..3606797 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -12,7 +12,7 @@ jobs: concurrency: group: ${{ github.workflow }}-${{ github.ref }} steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 with: fetch-depth: 1 @@ -20,7 +20,7 @@ jobs: uses: mattnotmitt/doxygen-action@v1 - name: Deploy - uses: peaceiris/actions-gh-pages@v3 + uses: peaceiris/actions-gh-pages@v4 if: ${{ github.ref == 'refs/heads/master' }} with: github_token: ${{ secrets.GITHUB_TOKEN }}