Skip to content

Commit afa958c

Browse files
authored
fix safe_load_all deprecation (#94)
* fix safe_load_all deprecation
1 parent 67bc18e commit afa958c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/main-crossplane.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ jobs:
118118
sudo mv op /usr/local/bin
119119
rm op.zip
120120
ls
121-
python -m pip install ruamel.yaml
121+
python -m pip install "ruamel.yaml<0.18.0"
122122
123123
python scripts/workflows/scripts/patch.py
124124

.github/workflows/pr-crossplane.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ jobs:
104104
sudo mv op /usr/local/bin
105105
rm op.zip
106106
ls
107-
python -m pip install ruamel.yaml
107+
python -m pip install "ruamel.yaml<0.18.0"
108108
109109
python scripts/workflows/scripts/patch.py
110110

.github/workflows/release-crossplane.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ jobs:
103103
sudo mv op /usr/local/bin
104104
rm op.zip
105105
ls
106-
python -m pip install ruamel.yaml
106+
python -m pip install "ruamel.yaml<0.18.0"
107107
108108
python scripts/workflows/scripts/patch.py
109109

0 commit comments

Comments
 (0)