Skip to content

chore(deps): bump cloud.google.com/go/storage from 1.47.0 to 1.48.0 #963

chore(deps): bump cloud.google.com/go/storage from 1.47.0 to 1.48.0

chore(deps): bump cloud.google.com/go/storage from 1.47.0 to 1.48.0 #963

Workflow file for this run

name: Request Dependabot Rebase
on:
push:
release:
types: [published]
jobs:
auto-rebase:
name: rebase dependabot PRs
runs-on: ubuntu-latest
timeout-minutes: 5
if: github.event_name == 'release' || github.ref_name == github.event.repository.default_branch
steps:
- name: request rebase
uses: bbeesley/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.BOT_PA_TOKEN }}