Skip to content

chore(deps): update docker images (non-major) to v0.11.1 #3

chore(deps): update docker images (non-major) to v0.11.1

chore(deps): update docker images (non-major) to v0.11.1 #3

Workflow file for this run

name: Version Bump
on:
pull_request:
branches: [main]
types: [opened, synchronize, reopened]
permissions:
contents: write
pull-requests: read
jobs:
version-bump:
if: github.event.pull_request.user.login == 'utic-renovate[bot]'
uses: Unstructured-IO/infra/.github/workflows/version-bump.yml@main

Check failure on line 15 in .github/workflows/version-bump.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/version-bump.yml

Invalid workflow file

error parsing called workflow ".github/workflows/version-bump.yml" -> "Unstructured-IO/infra/.github/workflows/version-bump.yml@main" : workflow was not found. See https://docs.github.com/actions/learn-github-actions/reusing-workflows#access-to-reusable-workflows for more information.
with:
component-paths: '["."]'
default-bump: patch
update-changelog: true
update-lockfile: true
renovate-app-id: ${{ vars.RENOVATE_APP_ID }}
secrets:
token: ${{ secrets.GITHUB_TOKEN }}
private-pypi-url: ${{ secrets.PRIVATE_PYPI_INDEX_URL }}
renovate-app-private-key: ${{ secrets.RENOVATE_APP_PRIVATE_KEY }}