Skip to content

Commit

Permalink
fix(actions): Pin @oktokit/actions to v6 that works with CJS
Browse files Browse the repository at this point in the history
This is a quick fix to restore the labeler workflows until we port everything to ESM.
  • Loading branch information
SokratisVidros committed May 10, 2024
1 parent c707e72 commit a5d5291
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/community-label.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
with:
node-version: 20.8.1
- name: Install Octokit
run: npm --prefix .github/workflows/scripts install @octokit/action
run: npm --prefix .github/workflows/scripts install @octokit/action@6

- name: Check if user is a community contributor
id: check
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/issue-label.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
with:
node-version: 20.8.1
- name: Install Octokit
run: npm --prefix .github/workflows/scripts install @octokit/action
run: npm --prefix .github/workflows/scripts install @octokit/action@6

- name: Check if user is a community contributor
id: check
Expand Down

0 comments on commit a5d5291

Please sign in to comment.