From: Stephen Seo Date: Thu, 14 Nov 2024 08:30:27 +0000 (+0900) Subject: Update some actions' versions in .github/workflows X-Git-Url: https://git.seodisparate.com/tbm-client-edit-config.jpg?a=commitdiff_plain;h=refs%2Fheads%2Fmaster;p=EntityComponentMetaSystem Update some actions' versions in .github/workflows --- 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 }}