Skip to content

build(deps): bump actions/checkout from 3.3.0 to 4.2.2 #1

build(deps): bump actions/checkout from 3.3.0 to 4.2.2

build(deps): bump actions/checkout from 3.3.0 to 4.2.2 #1

Workflow file for this run

# Labeler labels incoming pull requests.
name: 'Labeler'
'on':
- pull_request
jobs:
label:
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@v5
if: github.base_ref == null
with:
repo-token: '${{ secrets.GITHUB_TOKEN }}'