diff --git a/.github/workflows/monorepo-pipeline.yml b/.github/workflows/monorepo-pipeline.yml index 3bc8e4f0..df9e848a 100644 --- a/.github/workflows/monorepo-pipeline.yml +++ b/.github/workflows/monorepo-pipeline.yml @@ -12,7 +12,7 @@ jobs: node-version: [16.x] steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v6 - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@v3