From aff65a72004b48f805ae2b2e8d239a0a731618b7 Mon Sep 17 00:00:00 2001 From: Jonathan Shimwell Date: Tue, 30 Apr 2024 09:11:47 +0100 Subject: [PATCH] updated action versions --- content/gh_workflow.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/gh_workflow.md b/content/gh_workflow.md index b3b4f2f..90bc2c4 100644 --- a/content/gh_workflow.md +++ b/content/gh_workflow.md @@ -58,8 +58,8 @@ jobs: docs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 - - uses: actions/setup-python@v3 + - uses: actions/checkout@v4 + - uses: actions/setup-python@v5 - name: Install dependencies run: | pip install sphinx sphinx_rtd_theme myst_parser