Skip to content

chore(deps-dev): bump oauth4webapi from 3.1.2 to 3.1.3 in /apps/spa_pkce_proconnect #45

chore(deps-dev): bump oauth4webapi from 3.1.2 to 3.1.3 in /apps/spa_pkce_proconnect

chore(deps-dev): bump oauth4webapi from 3.1.2 to 3.1.3 in /apps/spa_pkce_proconnect #45

Workflow file for this run

name: "♻️ Dependabot: Update bun.lockb"
on:
pull_request:
paths:
- "**/package.json"
permissions:
contents: write
jobs:
update-bun-lockb:
name: "♻️ Update bun.lockb"
if: github.actor == 'dependabot[bot]'
runs-on: ubuntu-latest
steps:
- uses: oven-sh/setup-bun@4bc047ad259df6fc24a6c9b0f9a0cb08cf17fbe5 # v2
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
with:
fetch-depth: 0
ref: ${{ github.event.pull_request.head.ref }}
- run: |
bun install
git add bun.lockb
- run: |
git config --global user.name 'dependabot[bot]'
git config --global user.email 'dependabot[bot]@users.noreply.github.com'
git commit --amend --no-edit
git push --force