Skip to content

Bump actions/checkout from 3.5.3 to 4.0.0 (#179) #18

Bump actions/checkout from 3.5.3 to 4.0.0 (#179)

Bump actions/checkout from 3.5.3 to 4.0.0 (#179) #18

Workflow file for this run

name: Sync labels
on:
push:
branches: main
paths:
- .github/workflows/sync-labels.yml
- .github/labels.yml
permissions:
contents: read
issues: write
jobs:
sync-labels:
name: Sync labels
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/[email protected]
- name: Sync labels
uses: micnncim/[email protected]
env:
GITHUB_TOKEN: ${{github.token}}
with:
manifest: .github/labels.yml