chore(deps): update actions/checkout action to v4 #35
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Copyright © Michal Čihař <[email protected]> | |
# | |
# SPDX-License-Identifier: CC0-1.0 | |
# This file is maintained in https://github.com/WeblateOrg/meta/ | |
name: Sync labels | |
on: | |
push: | |
branches: | |
- main | |
paths: | |
- .github/labels.yml | |
- .github/workflows/label-sync.yml | |
permissions: | |
issues: write | |
jobs: | |
build: | |
name: Sync labels | |
runs-on: ubuntu-22.04 | |
steps: | |
- uses: actions/checkout@v4 | |
- uses: srealmoreno/label-sync-action@v1 | |
with: | |
clean-labels: true |