We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 98281b8 + 327ff59 commit f17cee6Copy full SHA for f17cee6
.github/FUNDING.yml
@@ -1,6 +1,6 @@
1
# These are supported funding model platforms
2
3
-github: # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2]
+github: [openwisp]
4
patreon: # Replace with a single Patreon username
5
open_collective: # Replace with a single Open Collective username
6
ko_fi: # Replace with a single Ko-fi username
.github/workflows/ci.yml
@@ -27,7 +27,7 @@ jobs:
27
- debian12
28
29
steps:
30
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
31
with:
32
ref: ${{ github.event.pull_request.head.sha }}
33
0 commit comments