Skip to content
This repository has been archived by the owner on May 8, 2024. It is now read-only.

Commit

Permalink
fix(github-action): update endbug/label-sync action to v2.3.3
Browse files Browse the repository at this point in the history
| datasource  | package           | from   | to     |
| ----------- | ----------------- | ------ | ------ |
| github-tags | EndBug/label-sync | v2.3.2 | v2.3.3 |
  • Loading branch information
clempat-bot[bot] committed Feb 13, 2024
1 parent c758b5c commit bc02e0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sync-labels.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
token: "${{ steps.generate-token.outputs.token }}"

- name: Sync Labels
uses: EndBug/label-sync@da00f2c11fdb78e4fae44adac2fdd713778ea3e8 # renovate: tag=v2.3.2
uses: EndBug/label-sync@52074158190acb45f3077f9099fea818aa43f97a # v2.3.3
with:
config-file: .github/labels.yaml
token: "${{ steps.generate-token.outputs.token }}"
Expand Down

0 comments on commit bc02e0b

Please sign in to comment.