1
0
mirror of https://github.com/b4tman/sync_ics2gcal synced 2025-09-07 18:57:35 +00:00

bump actions/checkout to 3

This commit is contained in:
2022-04-05 12:38:17 +03:00
parent 25670a61ba
commit adc61821cf
3 changed files with 3 additions and 3 deletions

View File

@@ -20,7 +20,7 @@ jobs:
python-version: ['3.7', '3.8', '3.9', '3.10']
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
with: