diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fadbfb5..82971ef 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,7 +19,7 @@ jobs: steps: - name: Fix git checkout line endings run: git config --global core.autocrlf input - - uses: actions/checkout@v3.5.3 + - uses: actions/checkout@v4.1.0 - name: Setup Node.js uses: actions/setup-node@v3.7.0 with: diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 9226ca8..570e808 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -11,7 +11,7 @@ jobs: docs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3.5.3 + - uses: actions/checkout@v4.1.0 - name: Fetch all git branches run: git fetch --no-tags --prune --depth=1 origin +refs/heads/*:refs/remotes/origin/* - uses: actions/setup-node@v3.7.0