Skip to content

chore(deps): update the golang version to 1.21 #76

chore(deps): update the golang version to 1.21

chore(deps): update the golang version to 1.21 #76

Workflow file for this run

name: Updates to the changelog
on:
pull_request:
jobs:
happened:
if: github.actor != 'dependabot[bot]'
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Check for logged changes
run: git diff --name-only ${{ github.event.pull_request.base.sha }}..${{ github.sha }} | grep ^CHANGELOG.md$