Bumped versions of Actions modules in use
This commit is contained in:
6
.github/workflows/build_sphinx_docs.yml
vendored
6
.github/workflows/build_sphinx_docs.yml
vendored
@@ -12,13 +12,13 @@ jobs:
|
||||
steps:
|
||||
# https://github.com/marketplace/actions/checkout
|
||||
- name: Checkout the repository
|
||||
uses: actions/checkout@v3
|
||||
uses: actions/checkout@v5
|
||||
|
||||
# https://github.com/marketplace/actions/setup-python
|
||||
- name: Install Python
|
||||
uses: actions/setup-python@v4
|
||||
uses: actions/setup-python@v6
|
||||
with:
|
||||
python-version: '3.10'
|
||||
python-version: '3.13'
|
||||
|
||||
- name: Setup Python environment
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user