Skip to content

fix: bump cookiejar from 2.1.3 to 2.1.4 #225

fix: bump cookiejar from 2.1.3 to 2.1.4

fix: bump cookiejar from 2.1.3 to 2.1.4 #225

Workflow file for this run

name: auto-merge
on: [push]
jobs:
auto-merge:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: ahmadnassri/action-dependabot-auto-merge@v2
with:
target: minor
github-token: ${{ secrets.GITHUB_TOKEN }}