diff --git a/.github/workflows/CDN-URL.yaml b/.github/workflows/CDN-URL.yaml index 9092c9d..cb8ccf0 100644 --- a/.github/workflows/CDN-URL.yaml +++ b/.github/workflows/CDN-URL.yaml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - name: Find and Replace Release uses: jacobtomlinson/gha-find-replace@2.0.0 diff --git a/.github/workflows/azure-static-web-apps-nice-glacier-095b09e00.yml b/.github/workflows/azure-static-web-apps-nice-glacier-095b09e00.yml index 8ec7c76..f026a89 100644 --- a/.github/workflows/azure-static-web-apps-nice-glacier-095b09e00.yml +++ b/.github/workflows/azure-static-web-apps-nice-glacier-095b09e00.yml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-latest name: Build and Deploy Job steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 with: submodules: true - name: Build And Deploy diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index cfd718c..6de9dd1 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -37,7 +37,7 @@ jobs: wget -O ${{ runner.temp }}/hugo.deb https://github.com/gohugoio/hugo/releases/download/v${HUGO_VERSION}/hugo_extended_${HUGO_VERSION}_Linux-64bit.deb \ && sudo dpkg -i ${{ runner.temp }}/hugo.deb - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: submodules: recursive - name: Setup Pages diff --git a/.github/workflows/text-lint.yml b/.github/workflows/text-lint.yml index b64368a..54234d3 100644 --- a/.github/workflows/text-lint.yml +++ b/.github/workflows/text-lint.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - name: huacnlee.autocorrect uses: huacnlee/autocorrect-action@v2.8.4