From c61d05b1aa84db38294d5c47bcc9fb8de0d975a8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Mar 2026 11:09:51 +0000 Subject: [PATCH] chore(deps): bump the minor-deps-updates group across 1 directory with 2 updates Bumps the minor-deps-updates group with 2 updates in the / directory: [webdriverio/expense-action](https://github.com/webdriverio/expense-action) and [actions/setup-node](https://github.com/actions/setup-node). Updates `webdriverio/expense-action` from 1.3.0 to 1.4.0 - [Changelog](https://github.com/webdriverio/expense-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/webdriverio/expense-action/compare/1612787adc5a33202b53c80d643258fe741bcb74...fbcf7b225dfc474104d0830fe50a9b356bcec810) Updates `actions/setup-node` from 6.1.0 to 6.2.0 - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/395ad3262231945c25e8478fd5baf05154b1d79f...6044e13b5dc448c55e2357c09f80417699197238) --- updated-dependencies: - dependency-name: webdriverio/expense-action dependency-version: 1.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-deps-updates - dependency-name: actions/setup-node dependency-version: 6.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-deps-updates ... Signed-off-by: dependabot[bot] --- .github/workflows/expense.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/expense.yml b/.github/workflows/expense.yml index f6e57ad..44637ae 100644 --- a/.github/workflows/expense.yml +++ b/.github/workflows/expense.yml @@ -56,7 +56,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Run Expense Flow - uses: webdriverio/expense-action@1612787adc5a33202b53c80d643258fe741bcb74 # v1.3.0 + uses: webdriverio/expense-action@fbcf7b225dfc474104d0830fe50a9b356bcec810 # v1.4.0 with: prNumber: ${{ github.event.inputs.prNumber }} amount: ${{ github.event.inputs.amount }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8f8bf59..c70abe1 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -37,7 +37,7 @@ jobs: uses: pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061 # v4.2.0 - name: Setup Node.js - uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6.1.0 + uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0 with: cache: 'pnpm' node-version-file: .nvmrc