File tree Expand file tree Collapse file tree 5 files changed +10
-10
lines changed Expand file tree Collapse file tree 5 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 1- FROM node:22 -alpine3.21
1+ FROM node:24 -alpine3.22
22
33RUN apk add --no-cache \
44 git \
Original file line number Diff line number Diff line change 2121 persist-credentials : false
2222
2323 - name : Compress Images
24- uses : calibreapp/image-actions@1.1.0 # TODO: if they start using a tag like v1, switch to that
24+ uses : calibreapp/image-actions@1.4.1 # TODO: if they start using a tag like v1, switch to that
2525 with :
26- githubToken : ${{ secrets.GITHUB_TOKEN }}
26+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 1010
1111env :
1212 FORCE_COLOR : 2
13- NODE : 22
14- PYTHON_VERSION : " 3.11 "
13+ NODE : 24
14+ PYTHON_VERSION : " 3.14 "
1515
1616jobs :
1717 test :
@@ -24,14 +24,14 @@ jobs:
2424 fetch-depth : 0
2525
2626 - name : Set up Python
27- uses : actions/setup-python@v5.6 .0
27+ uses : actions/setup-python@v6.0 .0
2828 with :
2929 python-version : " ${{ env.PYTHON_VERSION }}"
3030 architecture : " x64"
3131 cache : pip
3232
3333 - name : Set up Node.js
34- uses : actions/setup-node@v4.4 .0
34+ uses : actions/setup-node@v5.0 .0
3535 with :
3636 node-version : " ${{ env.NODE }}"
3737 cache : npm
Original file line number Diff line number Diff line change 1616 pull-requests : write
1717
1818 steps :
19- - uses : actions/stale@v9 .1.0
19+ - uses : actions/stale@v10 .1.0
2020 with :
2121 repo-token : ${{ secrets.GITHUB_TOKEN }}
2222 # Do not automatically mark PR/issue as stale
Original file line number Diff line number Diff line change @@ -4,8 +4,8 @@ publish = "site/"
44command = " mkdocs build --clean --strict"
55
66[build .environment ]
7- PYTHON_VERSION = " 3.11 "
8- NODE_VERSION = " 22 "
7+ PYTHON_VERSION = " 3.14 "
8+ NODE_VERSION = " 24 "
99 CI = " true"
1010 DISABLE_OPENCOLLECTIVE = " true"
1111 OPENCOLLECTIVE_HIDE = " true"
You can’t perform that action at this time.
0 commit comments