Skip to content

chore(deps): bump lukemathwalker/cargo-chef from 0.1.75-rust-1.93.1-alpine to 0.1.77-rust-1.96.0-alpine #175

chore(deps): bump lukemathwalker/cargo-chef from 0.1.75-rust-1.93.1-alpine to 0.1.77-rust-1.96.0-alpine

chore(deps): bump lukemathwalker/cargo-chef from 0.1.75-rust-1.93.1-alpine to 0.1.77-rust-1.96.0-alpine #175

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 }}