From 97a12f42adce0d1ba8d23b6f3db8b0b2407a9823 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 07:42:26 +0000 Subject: [PATCH] Bump simplybusiness/dobby from 3 to 4 Bumps [simplybusiness/dobby](https://github.com/simplybusiness/dobby) from 3 to 4. - [Release notes](https://github.com/simplybusiness/dobby/releases) - [Commits](https://github.com/simplybusiness/dobby/compare/v3...v4) --- updated-dependencies: - dependency-name: simplybusiness/dobby dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/dobby-actions.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dobby-actions.yml b/.github/workflows/dobby-actions.yml index 1a8acb5..701abc4 100644 --- a/.github/workflows/dobby-actions.yml +++ b/.github/workflows/dobby-actions.yml @@ -22,7 +22,7 @@ jobs: with: bundler-cache: true - name: Bump version - uses: simplybusiness/dobby@v3 + uses: simplybusiness/dobby@v4 env: DOBBY_APP_ID: ${{ secrets.DOBBY_APP_ID }} DOBBY_PRIVATE_KEY: ${{ secrets.DOBBY_PRIVATE_KEY }}