Skip to content

Commit 46fa695

Browse files
committed
fix: use is-sponsor-label-action v2 (v3 does not exist)
The v3 release does not exist for JasonEtco/is-sponsor-label-action. Use v2 which is the latest stable release. The Node.js 24 compatibility is handled by the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24 environment variable.
1 parent f0ce273 commit 46fa695

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/labeler.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,6 @@ jobs:
5353
steps:
5454
- name: Is Sponsor Label
5555
if: github.event.action == 'opened'
56-
uses: JasonEtco/is-sponsor-label-action@v3
56+
uses: JasonEtco/is-sponsor-label-action@v2
5757
env:
5858
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)