Skip to content

Bump actions/checkout from 4.1.4 to 4.1.5 [skip release] (#783) #41

Bump actions/checkout from 4.1.4 to 4.1.5 [skip release] (#783)

Bump actions/checkout from 4.1.4 to 4.1.5 [skip release] (#783) #41

Workflow file for this run

name: Sync Labels
on:
push:
branches: main
paths:
- .github/workflows/sync-labels.yml
- .github/labels.yml
workflow_dispatch:
permissions:
contents: read
issues: write
concurrency: sync-labels
jobs:
sync-labels:
name: Sync Labels
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- name: Checkout
uses: actions/checkout@v4.1.5
- name: Sync labels
uses: micnncim/action-label-syncer@v1.3.0
with:
token: ${{github.token}}