Skip to content

Commit fc4ec33

Browse files
committed
Bumped actions/deploy-pages to '@R5'.
1 parent 9c53cd6 commit fc4ec33

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/PublishToGitHubPages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ jobs:
107107
- name: 📖 Deploy to GitHub Pages
108108
id: deployment
109109
if: github.event_name != 'pull_request'
110-
uses: actions/deploy-pages@v4
110+
uses: actions/deploy-pages@v5
111111
with:
112112
artifact_name: ${{ inputs.pages }}
113113

doc/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ Example Pipelines
164164
.. code-block:: toml
165165
166166
[build-system]
167-
requires = ["setuptools >= 80.0", "pyTooling ~= 8.12"]
167+
requires = ["setuptools >= 80.0", "pyTooling ~= 8.14"]
168168
build-backend = "setuptools.build_meta"
169169
170170
[tool.mypy]

doc/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
-r ../requirements.txt
22

3-
pyTooling ~= 8.12
3+
pyTooling ~= 8.14
44

55
# Enforce latest version on ReadTheDocs
66
sphinx ~= 9.1

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[build-system]
22
requires = [
33
"setuptools >= 80.0",
4-
"pyTooling ~= 8.12"
4+
"pyTooling ~= 8.14"
55
]
66
build-backend = "setuptools.build_meta"
77

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
pyTooling ~= 8.12
1+
pyTooling ~= 8.14

0 commit comments

Comments
 (0)