Skip to content

Commit 06ebbec

Browse files
authored
Update build_docs.yaml
1 parent 681fc5d commit 06ebbec

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build_docs.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ jobs:
2020

2121
steps:
2222
- name: Checkout Code
23-
uses: actions/checkout@v3
23+
uses: actions/checkout@v4
2424

2525
- name: Set up Micromamba
26-
uses: mamba-org/setup-micromamba@v2
26+
uses: mamba-org/setup-micromamba@v4
2727
with:
2828
micromamba-version: "latest" # Use the latest version of micromamba
2929
environment-file: .github/doc_env.yaml # Reference your environment.yml file
@@ -65,7 +65,7 @@ jobs:
6565
with:
6666
name: documentation
6767
- name: Deploy to GiHub Pages
68-
uses: actions/deploy-pages@v2
68+
uses: actions/deploy-pages@v4
6969
with:
7070
artifact_name: documentation
7171

0 commit comments

Comments
 (0)