Skip to content

chore: bump actions/checkout from 3 to 4 (#370) #9

chore: bump actions/checkout from 3 to 4 (#370)

chore: bump actions/checkout from 3 to 4 (#370) #9

Workflow file for this run

name: labels
on:
workflow_dispatch:
push:
branches:
- main
paths:
- .github/labels.yml
- .github/workflows/labels.yml
jobs:
labeler:
runs-on: ubuntu-latest
steps:
-
name: Checkout
uses: actions/checkout@v4
-
name: Run Labeler
uses: crazy-max/ghaction-github-labeler@v4.1.0