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
6 changes: 3 additions & 3 deletions .github/workflows/docs_rtd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,15 +49,15 @@ jobs:
name: Check removed URLs
needs: check-makefile
if: ${{ needs.check-makefile.outputs.makefile-exists == 'true' }}
uses: canonical/sphinx-stack/.github/workflows/check-removed-urls.yml@2c327302d0340b2252e3c064a57fa5b3e898e9e2 # main
uses: canonical/sphinx-stack/.github/workflows/check-removed-urls.yml@f961dd32130a1fa1a91ebe50ce361eadbe0a3f16 # main
markdown-style-checks:
name: Markdown style checks
needs: check-makefile
if: ${{ needs.check-makefile.outputs.makefile-exists == 'true' }}
uses: canonical/sphinx-stack/.github/workflows/markdown-style-checks.yml@2c327302d0340b2252e3c064a57fa5b3e898e9e2 # main
uses: canonical/sphinx-stack/.github/workflows/markdown-style-checks.yml@f961dd32130a1fa1a91ebe50ce361eadbe0a3f16 # main
sphinx-python-dependency-build-checks:
name: Sphinx and Python dependency build checks
needs: check-makefile
if: ${{ needs.check-makefile.outputs.makefile-exists == 'true' && inputs.enable-sphinx-python-dependency-build-checks }}
uses: canonical/sphinx-stack/.github/workflows/sphinx-python-dependency-build-checks.yml@2c327302d0340b2252e3c064a57fa5b3e898e9e2 # main
uses: canonical/sphinx-stack/.github/workflows/sphinx-python-dependency-build-checks.yml@f961dd32130a1fa1a91ebe50ce361eadbe0a3f16 # main

2 changes: 1 addition & 1 deletion .github/workflows/docs_spread.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v7.0.0
with:
go-version: 1.26
go-version: 1.27
- name: Install spread
run: |
go install github.com/canonical/spread/cmd/spread@latest
Expand Down
2 changes: 1 addition & 1 deletion .node-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
24.19.0
24.20.0
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"@actions/exec": "3.0.0",
"@actions/github": "9.1.1",
"@actions/glob": "0.7.0",
"js-yaml": "5.3.0"
"js-yaml": "5.4.1"
},
"devDependencies": {
"@eslint/compat": "^2.0.2",
Expand All @@ -68,6 +68,6 @@
"rollup": "^4.57.1",
"ts-jest": "^29.4.6",
"ts-jest-resolver": "^2.0.1",
"typescript": "^6.0.0"
"typescript": "^7.0.0"
}
}
Loading