Skip to content

Commit a7223f2

Browse files
committed
Bump GitHub Actions to latest versions
- actions/checkout v4 -> v6 - actions/stale v9 -> v10
1 parent 5f91a27 commit a7223f2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/stale.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
issues: write
1111
pull-requests: write
1212
steps:
13-
- uses: actions/stale@v9
13+
- uses: actions/stale@v10
1414
with:
1515
days-before-issue-stale: 90
1616
days-before-issue-close: 90

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
run: curl -fsSL https://raw.github.com/doublep/eldev/master/webinstall/github-eldev | sh
2727

2828
- name: Check out the source code
29-
uses: actions/checkout@v4
29+
uses: actions/checkout@v6
3030

3131
- name: Test the project
3232
run: |

0 commit comments

Comments
 (0)