summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Schürmann <daschuer@mixxx.org>2023-05-29 13:44:27 -0800
committerGitHub <noreply@github.com>2023-05-29 13:44:27 -0800
commit11146c6e5edd806ee3d895e47c837ac406324737 (patch)
tree1df817f6d6f642b055a7d0d8b5ba5f985143e5f3
parentc3b808cf90e124d25f324c784c8887c77f2bd8fd (diff)
parent2c744a8dfde11282c6abfcb09c42f7587d1378d1 (diff)
Merge pull request #11610 from Swiftb0y/chore/fix-gh-actions-labeler
chore pin actions/labeler to v4.0.4
-rw-r--r--.github/workflows/labeler.yml4
1 files changed, 1 insertions, 3 deletions
diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml
index 6b79fcdd9c..268831ae46 100644
--- a/.github/workflows/labeler.yml
+++ b/.github/workflows/labeler.yml
@@ -22,9 +22,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- # version between v4.0.3 and the one after which has not yet been tagged
- # at the time of writing
- - uses: actions/labeler@6b107e7a7ee5e054e0bcce60de5181d21e2f00fb
+ - uses: actions/labeler@v4.0.4
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
sync-labels: false