From 1e82fe3d2ef7f0f1d2fafec41e23a97ba80264ac Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 18 Apr 2024 22:00:29 +0000 Subject: [PATCH] :arrow_up: deps: Upgrade meteor-actions/install action to v5. --- .github/workflows/ci:build.yml | 2 +- .github/workflows/ci:commit-msg.yml | 2 +- .github/workflows/ci:lint.yml | 2 +- .github/workflows/ci:test.yml | 4 ++-- .github/workflows/ci:type-check.yml | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci:build.yml b/.github/workflows/ci:build.yml index 732aaf9ff..7b6e9acb2 100644 --- a/.github/workflows/ci:build.yml +++ b/.github/workflows/ci:build.yml @@ -34,7 +34,7 @@ jobs: uses: actions/checkout@v4 - name: Install 💾 - uses: meteor-actions/install@v3 + uses: meteor-actions/install@v5 - name: Get Meteor's Node version id: meteor-node diff --git a/.github/workflows/ci:commit-msg.yml b/.github/workflows/ci:commit-msg.yml index 90443ccd2..6bec59ca2 100644 --- a/.github/workflows/ci:commit-msg.yml +++ b/.github/workflows/ci:commit-msg.yml @@ -24,7 +24,7 @@ jobs: fetch-depth: 0 - name: Install 💾 - uses: meteor-actions/install@v3 + uses: meteor-actions/install@v5 - name: Lint last pushed commit 👕 if: github.event_name == 'push' diff --git a/.github/workflows/ci:lint.yml b/.github/workflows/ci:lint.yml index 7d29afd2f..010ad751c 100644 --- a/.github/workflows/ci:lint.yml +++ b/.github/workflows/ci:lint.yml @@ -22,7 +22,7 @@ jobs: uses: actions/checkout@v4 - name: Install 💾 - uses: meteor-actions/install@v3 + uses: meteor-actions/install@v5 - name: Lint 👕 run: meteor npm run lint diff --git a/.github/workflows/ci:test.yml b/.github/workflows/ci:test.yml index 2b72fbc37..b42c07b05 100644 --- a/.github/workflows/ci:test.yml +++ b/.github/workflows/ci:test.yml @@ -31,7 +31,7 @@ jobs: key: ${{ runner.os }}-${{ env.cache-name }}-${{ hashFiles('**/package-lock.json') }} - name: Install 💾 - uses: meteor-actions/install@v3 + uses: meteor-actions/install@v5 - name: Cache build 💽 uses: meteor-actions/cache-build@v3 @@ -92,7 +92,7 @@ jobs: key: ${{ runner.os }}-${{ env.cache-name }}-${{ hashFiles('**/package-lock.json') }} - name: Install 💾 - uses: meteor-actions/install@v3 + uses: meteor-actions/install@v5 - name: Cache build 💽 uses: meteor-actions/cache-build@v3 diff --git a/.github/workflows/ci:type-check.yml b/.github/workflows/ci:type-check.yml index b38e2fe1f..22d40577a 100644 --- a/.github/workflows/ci:type-check.yml +++ b/.github/workflows/ci:type-check.yml @@ -22,7 +22,7 @@ jobs: uses: actions/checkout@v4 - name: Install 💾 - uses: meteor-actions/install@v3 + uses: meteor-actions/install@v5 - name: TypeScript check ☑️ run: meteor npm run tsc