diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8a2d7cc784e..9bb38332fe8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -47,7 +47,7 @@ jobs: mkdir -p $HOME/.rush-user @{ buildCacheFolder = Join-Path ${{ github.workspace }} rush-cache } | ConvertTo-Json > $HOME/.rush-user/settings.json - - uses: actions/checkout@v3 + - uses: actions/checkout@v6 with: fetch-depth: 2 path: repo-a @@ -58,7 +58,7 @@ jobs: git config --local user.email "rushbot@users.noreply.github.com" working-directory: repo-a - - uses: actions/setup-node@v3 + - uses: actions/setup-node@v6 with: node-version: ${{ matrix.NodeVersion }} @@ -88,7 +88,7 @@ jobs: working-directory: repo-a - name: Clone another copy of the repo to test the build cache - uses: actions/checkout@v3 + uses: actions/checkout@v6 with: fetch-depth: 1 path: repo-b diff --git a/.github/workflows/file-doc-tickets.yml b/.github/workflows/file-doc-tickets.yml index a22ca91016d..47255da965a 100644 --- a/.github/workflows/file-doc-tickets.yml +++ b/.github/workflows/file-doc-tickets.yml @@ -23,7 +23,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Use nodejs - uses: actions/setup-node@v3 + uses: actions/setup-node@v6 with: node-version: 16 - name: Parse PR body