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.
1 parent 5f91a27 commit a7223f2Copy full SHA for a7223f2
.github/workflows/stale.yml
@@ -10,7 +10,7 @@ jobs:
10
issues: write
11
pull-requests: write
12
steps:
13
- - uses: actions/stale@v9
+ - uses: actions/stale@v10
14
with:
15
days-before-issue-stale: 90
16
days-before-issue-close: 90
.github/workflows/test.yml
@@ -26,7 +26,7 @@ jobs:
26
run: curl -fsSL https://raw.github.com/doublep/eldev/master/webinstall/github-eldev | sh
27
28
- name: Check out the source code
29
- uses: actions/checkout@v4
+ uses: actions/checkout@v6
30
31
- name: Test the project
32
run: |
0 commit comments