Skip to content

Bump aiohttp from 3.8.5 to 3.9.0 #346

Bump aiohttp from 3.8.5 to 3.9.0

Bump aiohttp from 3.8.5 to 3.9.0 #346

Workflow file for this run

name: changelog
on:
pull_request:
branches:
- 'master'
jobs:
build:
name: Check Actions
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Changelog check
uses: Zomzog/[email protected]
with:
fileName: RELEASE_NOTES.md # default `CHANGELOG.adoc`
checkNotification: Detailed # default `Detailed`
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}