From 4948d97cb9577ed76a34f0bfa67068349a01475f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9s=20Correa=20Casablanca?= Date: Thu, 18 Apr 2024 14:16:58 +0200 Subject: [PATCH] ci: upgrade pinned gh actions Signed-off-by: Andres Correa Casablanca --- .github/workflows/tests.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index c0bfffd..d3fd061 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -26,14 +26,14 @@ jobs: TURBO_TEAM: ${{ vars.TURBO_TEAM }} steps: - - name: Checkout repository # v4.0.0 - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac + - name: Checkout repository # v4.1.1 + uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 - name: Install PNPM # v2.4.0 uses: pnpm/action-setup@d882d12c64e032187b2edb46d3a0d003b7a43598 with: version: '8.9.0' - - name: Use Node.js ${{ matrix.node-version }} # v3.8.1 - uses: actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d + - name: Use Node.js ${{ matrix.node-version }} # v4.0.2 + uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 with: node-version: ${{ matrix.node-version }} cache: 'pnpm'