From 178007a9b9760c801f216d46c15bf3ff04666ed6 Mon Sep 17 00:00:00 2001 From: Ruben Medina Date: Fri, 26 Jul 2024 19:17:11 -0700 Subject: [PATCH] ci: bump workflow dependencies --- .github/workflows/ci.yml | 16 ++++++++-------- .github/workflows/publish.yml | 8 ++++---- .github/workflows/release.yml | 4 ++-- 3 files changed, 14 insertions(+), 14 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cf1f9d85..23c44207 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,15 +12,15 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Install pnpm - uses: pnpm/action-setup@v2.2.4 + uses: pnpm/action-setup@v4 - name: Setup node - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: - node-version: 18.x + node-version: 22 registry-url: https://registry.npmjs.org/ cache: "pnpm" @@ -35,15 +35,15 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Install pnpm - uses: pnpm/action-setup@v2.2.4 + uses: pnpm/action-setup@v4 - name: Setup node - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: - node-version: 18.x + node-version: 22 registry-url: https://registry.npmjs.org/ cache: "pnpm" diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 700540d8..dbf8aaca 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -12,15 +12,15 @@ jobs: id-token: write steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Install pnpm - uses: pnpm/action-setup@v2.2.4 + uses: pnpm/action-setup@v4 - name: Setup node - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: - node-version: 18.x + node-version: 22 registry-url: https://registry.npmjs.org/ cache: "pnpm" diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8895b55d..84c00121 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -11,11 +11,11 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Extract release notes id: extract-release-notes - uses: ffurrer2/extract-release-notes@v1 + uses: ffurrer2/extract-release-notes@v2 - name: Create release run: |