Skip to content

chore(deps): bump tokio from 1.48.0 to 1.49.0 #28

chore(deps): bump tokio from 1.48.0 to 1.49.0

chore(deps): bump tokio from 1.48.0 to 1.49.0 #28

Workflow file for this run

name: PR Check Example
on:
pull_request:
types: [opened, synchronize, reopened, labeled, unlabeled, edited]
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: PR Checker
uses: itscheems/pr-checker@v0.1.1
with:
config: .github/pr-checker.yml
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}