Skip to content

build(deps): bump github.com/cosmos/ibc-go/v7 from 7.4.0 to 7.5.0 #2187

build(deps): bump github.com/cosmos/ibc-go/v7 from 7.4.0 to 7.5.0

build(deps): bump github.com/cosmos/ibc-go/v7 from 7.4.0 to 7.5.0 #2187

Workflow file for this run

name: Changelog Checks
on:
pull_request:
branches:
- main
- release/**
permissions: read-all
jobs:
check_diff:
runs-on: ubuntu-latest
steps:
- name: Check Changelog for changes
uses: tarides/changelog-check-action@v2
with:
changelog: CHANGELOG.md
check_changelog:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Check Changelog Integrity
run: |
make check-changelog