Skip to content

Commit a7bd5d1

Browse files
committed
update yaml2ics to 0.3
Signed-off-by: Felix Kronlage-Dammers <[email protected]>
1 parent 61f7ffb commit a7bd5d1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/test-yaml.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
run: |
2222
python -m pip install --upgrade pip
2323
pip install ics==0.8.0.dev0
24-
pip install yaml2ics==0.2
24+
pip install yaml2ics==0.3
2525
pip install pyyaml
2626
- name: Execute yaml2ics
2727
run: |

.github/workflows/yaml2ics.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
python -m pip install --upgrade pip
2323
pip install ics==0.8.0.dev0
2424
pip install ics-vtimezones==2020.1
25-
pip install yaml2ics==0.2
25+
pip install yaml2ics==0.3
2626
pip install pyyaml
2727
- name: Execute yaml2ics
2828
run: |

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
yaml2ics==0.2
1+
yaml2ics==0.3

0 commit comments

Comments
 (0)