We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 681fc5d commit 06ebbecCopy full SHA for 06ebbec
.github/workflows/build_docs.yaml
@@ -20,10 +20,10 @@ jobs:
20
21
steps:
22
- name: Checkout Code
23
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
24
25
- name: Set up Micromamba
26
- uses: mamba-org/setup-micromamba@v2
+ uses: mamba-org/setup-micromamba@v4
27
with:
28
micromamba-version: "latest" # Use the latest version of micromamba
29
environment-file: .github/doc_env.yaml # Reference your environment.yml file
@@ -65,7 +65,7 @@ jobs:
65
66
name: documentation
67
- name: Deploy to GiHub Pages
68
- uses: actions/deploy-pages@v2
+ uses: actions/deploy-pages@v4
69
70
artifact_name: documentation
71
0 commit comments