Skip to content

build(deps): bump github.com/ydb-platform/ydb-go-sdk/v3 from 3.81.4 to 3.92.6 #167

build(deps): bump github.com/ydb-platform/ydb-go-sdk/v3 from 3.81.4 to 3.92.6

build(deps): bump github.com/ydb-platform/ydb-go-sdk/v3 from 3.81.4 to 3.92.6 #167

Workflow file for this run

name: changelog
on:
pull_request:
jobs:
changelog:
name: changelog
concurrency:
group: changelog-${{ github.ref }}
cancel-in-progress: true
runs-on: ubuntu-latest
steps:
- name: Checkout sources
uses: actions/checkout@v4
- name: Changelog updated
uses: Zomzog/[email protected]
with:
fileName: CHANGELOG.md
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}