We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8daff42 commit 33245b5Copy full SHA for 33245b5
.github/workflows/bounty.yml
@@ -44,7 +44,7 @@ jobs:
44
issues: write
45
steps:
46
- name: Checkout
47
- uses: actions/checkout@v4
+ uses: actions/checkout@v6
48
- name: Install npm packages
49
run: npm install
50
- name: Sync all bounty labels
@@ -57,7 +57,7 @@ jobs:
57
pull-requests: write
58
59
60
61
62
63
- name: Sync bounty labels
0 commit comments