Skip to content

Commit dd10d92

Browse files
committed
Update deploy site actions
Signed-off-by: Doug Walker <doug.walker@autodesk.com>
1 parent d386f06 commit dd10d92

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/deploy_site.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
submodules: recursive
5555
- name: Setup Pages
5656
id: pages
57-
uses: actions/configure-pages@v5
57+
uses: actions/configure-pages@45bfe0192ca1faeb007ade9deae92b16b8254a0d # 6.0.0
5858
- name: Install Node.js dependencies
5959
run: "[[ -f package-lock.json || -f npm-shrinkwrap.json ]] && npm ci || true"
6060
- name: Build with Hugo
@@ -68,7 +68,7 @@ jobs:
6868
--baseURL "${{ steps.pages.outputs.base_url }}/" \
6969
--themesDir ../..
7070
- name: Upload artifact
71-
uses: actions/upload-pages-artifact@v3
71+
uses: actions/upload-pages-artifact@fc324d3547104276b827a68afc52ff2a11cc49c9 # 5.0.0
7272
with:
7373
path: docs/site/homepage/public
7474

@@ -82,4 +82,4 @@ jobs:
8282
steps:
8383
- name: Deploy to GitHub Pages
8484
id: deployment
85-
uses: actions/deploy-pages@v4
85+
uses: actions/deploy-pages@cd2ce8fcbc39b97be8ca5fce6e763baed58fa128 # 5.0.0

docs/quick_start/installation.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -142,8 +142,8 @@ Optional OCIO functionality also depends on:
142142
- Doxygen (for the docs)
143143
- NumPy (optionally used in the Python test suite)
144144
- \*pybind11 >= 2.9.2 (for the Python binding)
145-
- Python >= 3.9 (for the Python binding only)
146-
- Python 3.9+ (for building the documentation)
145+
- Python >= 3.10 (for the Python binding only)
146+
- Python 3.10+ (for building the documentation)
147147

148148
Building the documentation requires the following packages, available via PyPI:
149149

0 commit comments

Comments
 (0)