From e9400f8009b70176dead19aa6c2d7b2de5614599 Mon Sep 17 00:00:00 2001 From: Matt Pocock Date: Sat, 14 Sep 2024 14:34:36 +0200 Subject: [PATCH] chore: add files --- .github/workflows/renovate-checks.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/renovate-checks.yml b/.github/workflows/renovate-checks.yml index 42211fe..c041cf1 100644 --- a/.github/workflows/renovate-checks.yml +++ b/.github/workflows/renovate-checks.yml @@ -10,8 +10,6 @@ jobs: steps: - name: Install pnpm uses: pnpm/action-setup@v3 - with: - version: 9 - name: Checkout Main uses: actions/checkout@v4