From a70b84e8c8080a56f66ea66fceb97edfcd41e132 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 7 May 2024 14:45:32 +0000 Subject: [PATCH] chore(deps): update pnpm/action-setup action to v4 --- .github/workflows/integration.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index eceb60de79..a8d29febf2 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@main - - uses: pnpm/action-setup@v3.0.0 + - uses: pnpm/action-setup@v4.0.0 name: Install pnpm with: version: 8 @@ -26,7 +26,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@main - - uses: pnpm/action-setup@v3.0.0 + - uses: pnpm/action-setup@v4.0.0 name: Install pnpm with: version: 8 @@ -61,7 +61,7 @@ jobs: - run: sudo apt update - run: sudo apt install ffmpeg - uses: actions/checkout@main - - uses: pnpm/action-setup@v3.0.0 + - uses: pnpm/action-setup@v4.0.0 name: Install pnpm with: version: 8 @@ -85,7 +85,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@main - - uses: pnpm/action-setup@v3.0.0 + - uses: pnpm/action-setup@v4.0.0 name: Install pnpm with: version: 8