1
0
mirror of https://github.com/b4tman/sync_ics2gcal synced 2025-09-09 19:47:30 +00:00
* fix utcnow deprecation warnings
* upd deps
* upd workflows
This commit is contained in:
2025-06-19 13:36:26 +03:00
committed by GitHub
parent b34b1a8b20
commit 3fcb4855d5
8 changed files with 1569 additions and 1602 deletions

View File

@@ -8,9 +8,9 @@ jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v2
uses: actions/setup-python@v5
with:
python-version: '3.x'
- name: Upgrade pip