diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 611d2c0..42d9440 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,12 +18,12 @@ jobs: name: Main runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v7 with: filter: tree:0 fetch-depth: 0 - - uses: pnpm/action-setup@v4 + - uses: pnpm/action-setup@v6 name: Install pnpm with: run_install: false @@ -37,13 +37,13 @@ jobs: run: pnpm dlx nx-cloud start-ci-run --distribute-on="3 linux-medium-js" --stop-agents-after="build" # Cache node_modules - - uses: actions/setup-node@v4 + - uses: actions/setup-node@v7 with: node-version-file: '.nvmrc' cache: 'pnpm' - run: pnpm install --frozen-lockfile - - uses: nrwl/nx-set-shas@v4 + - uses: nrwl/nx-set-shas@v5 # Prepend any command with "nx-cloud record --" to record its logs to Nx Cloud # - run: pnpm exec nx-cloud record -- echo Hello World diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4f866d5..6a64ef2 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -19,18 +19,18 @@ jobs: timeout-minutes: 10 steps: - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@v7 with: fetch-depth: 0 filter: tree:0 - - uses: pnpm/action-setup@v4 + - uses: pnpm/action-setup@v6 name: Install pnpm with: run_install: false - name: Install Node - uses: actions/setup-node@v4 + uses: actions/setup-node@v7 with: node-version-file: '.nvmrc' registry-url: https://registry.npmjs.org/ diff --git a/.github/workflows/triage.yml b/.github/workflows/triage.yml index ccec903..aa3ebb1 100644 --- a/.github/workflows/triage.yml +++ b/.github/workflows/triage.yml @@ -16,4 +16,4 @@ jobs: pull-requests: write steps: - name: Set labels - uses: actions/labeler@v6 + uses: actions/labeler@v7