Skip to content

Bump NuGet.Protocol from 6.5.1 to 6.7.0 #90

Bump NuGet.Protocol from 6.5.1 to 6.7.0

Bump NuGet.Protocol from 6.5.1 to 6.7.0 #90

Workflow file for this run

name: sponsor ❤️
on:
issues:
types: [opened, edited, reopened]
pull_request:
types: [opened, edited, synchronize, reopened]
jobs:
sponsor:
runs-on: ubuntu-latest
if: ${{ !endsWith(github.event.sender.login, '[bot]') && !endsWith(github.event.sender.login, 'bot') }}
steps:
- name: 🤘 checkout
uses: actions/checkout@v2
- name: ❤️ sponsor
uses: devlooped/actions-sponsor@main
with:
token: ${{ secrets.GH_TOKEN }}