Bump deps/github.com/googleapis/googleapis from ac02e45 to fef7009 in the gitsubmodule group
#6
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Build | |
| on: | |
| pull_request: | |
| push: | |
| branches: | |
| - "main" | |
| jobs: | |
| build: | |
| if: ${{ github.actor != 'dependabot[bot]' }} | |
| name: Build | |
| uses: ./.github/workflows/reusable-build.yaml | |
| with: | |
| ref: ${{ github.head_ref }} |