From c5bd76d4ee516a8ade9d7345a7474c032f3ae169 Mon Sep 17 00:00:00 2001 From: Amaresh S M Date: Tue, 17 Sep 2024 05:50:46 +0530 Subject: [PATCH] ci: Update the actions version to the latest (#92) --- .github/workflows/ci.yml | 12 ++++++------ .github/workflows/release-please.yml | 4 ++-- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cca50ce..0ef33ba 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,13 +13,13 @@ jobs: lint: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Install pnpm - uses: pnpm/action-setup@v2 + uses: pnpm/action-setup@v4 - name: Set node - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: lts/* @@ -45,13 +45,13 @@ jobs: fail-fast: false steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Install pnpm - uses: pnpm/action-setup@v2 + uses: pnpm/action-setup@v4 - name: Set node ${{ matrix.node }} - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: ${{ matrix.node }} diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index 5b142f4..8b5ec49 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -35,8 +35,8 @@ jobs: needs: release-please if: ${{ needs.release-please.outputs.release_created }} steps: - - uses: actions/checkout@v3 - - uses: actions/setup-node@v3 + - uses: actions/checkout@v4 + - uses: actions/setup-node@v4 with: node-version: lts/* registry-url: https://registry.npmjs.org