Skip to content

chore(deps): bump github.com/go-git/go-billy/v5 from 5.8.0 to 5.9.0 in /ignite/internal/tools/gen-mig-diffs #5068

chore(deps): bump github.com/go-git/go-billy/v5 from 5.8.0 to 5.9.0 in /ignite/internal/tools/gen-mig-diffs

chore(deps): bump github.com/go-git/go-billy/v5 from 5.8.0 to 5.9.0 in /ignite/internal/tools/gen-mig-diffs #5068

Workflow file for this run

name: Janitor
# Janitor cleans up previous runs that are not completed for a given workflow
# It cancels Sims and Tests
# Reference the API https://api.github.com/repos/:org/:repo/actions/workflows to find workflow ids
on:
pull_request:
jobs:
cancel:
name: "Cancel Previous Runs"
runs-on: ubuntu-latest
timeout-minutes: 3
steps:
- uses: styfle/cancel-workflow-action@0.12.1
with:
access_token: ${{ github.token }}