Skip to content

build(deps): bump log from 0.4.31 to 0.4.32 in the patch-versions group #229

build(deps): bump log from 0.4.31 to 0.4.32 in the patch-versions group

build(deps): bump log from 0.4.31 to 0.4.32 in the patch-versions group #229

Workflow file for this run

name: Release Checker
on:
pull_request_target:
paths: ["Cargo.toml"]
types: [ opened, synchronize, reopened, labeled, unlabeled ]
workflow_dispatch:
permissions:
contents: write
pull-requests: write
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.head.ref || github.ref }}
cancel-in-progress: true
jobs:
release-check:
uses: ipdxco/unified-github-workflows/.github/workflows/release-check.yml@v1.0
with:
sources: '["Cargo.toml"]'