Skip to content

chore(deps): bump github.com/wneessen/go-mail from 0.4.2 to 0.5.2 #346

chore(deps): bump github.com/wneessen/go-mail from 0.4.2 to 0.5.2

chore(deps): bump github.com/wneessen/go-mail from 0.4.2 to 0.5.2 #346

name: migration-validation
on:
pull_request:
types: [opened, synchronize, edited, reopened]
branches:
- master
jobs:
migration-validation:
name: migration-validation
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: update checkout
run: git fetch --prune
- name: migration-validation
run: scripts/migration-validation.sh ${{ github.event.pull_request.base.ref }}
shell: bash