From 04b9bf8bd2122ced2c2e32870bd5d3c2b246d903 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 5 Dec 2024 09:12:56 +0000 Subject: [PATCH] chore(deps): update bahmutov/npm-install action to v1.10.5 --- .github/workflows/build.yml | 2 +- .github/workflows/dist.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a7eb9d8..45b6c10 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -65,7 +65,7 @@ jobs: with: ref: ${{ github.head_ref }} repository: ${{ github.event.pull_request.head.repo.full_name }} - - uses: bahmutov/npm-install@v1.4.5 + - uses: bahmutov/npm-install@v1.10.5 - name: create test file run: echo "This is a test for ${{ github.sha }} by ${{ github.run_id }}" > test.md - name: run cli test diff --git a/.github/workflows/dist.yml b/.github/workflows/dist.yml index 5b70a60..bdd5a55 100644 --- a/.github/workflows/dist.yml +++ b/.github/workflows/dist.yml @@ -28,7 +28,7 @@ jobs: ref: ${{ github.head_ref }} repository: ${{ env.repository }} token: ${{ secrets.PAT }} - - uses: bahmutov/npm-install@v1.4.5 + - uses: bahmutov/npm-install@v1.10.5 - name: running ncc run: yarn run ncc build action.js - name: creating pull request