Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/actions/buildindex/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ outputs:
description: 'The time we greeted you'

runs:
using: 'node16'
using: 'node20'
main: 'index.js'
4 changes: 2 additions & 2 deletions .github/workflows/BuildDocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,14 +51,14 @@ jobs:

# This repo
- name: Checkout docs
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
path: main
fetch-depth: 0

# This repo's wiki (the Official docs wiki)
- name: Checkout docs wiki repo
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: delph-in/docs.wiki
path: docswiki
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/DailyDocBuildIfWikiUpdates.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
# specified path, and overwrite the file created in the "Create cache file" step in the path
- name: Check SHA
id: check_sha
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: check-SHA
key: check-SHA-${{ steps.head_sha.outputs.head_sha }}
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
.idea/
env/
__pycache__/
.claude/

**/.DS_Store