Skip to content

Update actions/checkout action to v4 {patch} #473

Update actions/checkout action to v4 {patch}

Update actions/checkout action to v4 {patch} #473

Workflow file for this run

name: PullRequestLabeler
on:
pull_request:
types: [opened]
permissions: read-all
jobs:
pr-labeler:
runs-on: ubuntu-latest
steps:
- uses: TimonVS/pr-labeler-action@8b99f404a073744885d8021d1de4e40c6eaf38e2 # tag=v4.1.1
with:
configuration-path: .github/pr-labeler.yml # optional, .github/pr-labeler.yml is the default value
env:
GITHUB_TOKEN: ${{ secrets.PUBLISH_KEY }}