|
|
@@ -18,7 +18,7 @@ jobs:
|
|
|
matrix:
|
|
|
python-version: ['3.13']
|
|
|
steps:
|
|
|
- - uses: actions/checkout@v5
|
|
|
+ - uses: actions/checkout@v6
|
|
|
- uses: actions/setup-python@v6
|
|
|
with:
|
|
|
python-version: ${{ matrix.python-version }}
|
|
|
@@ -41,7 +41,7 @@ jobs:
|
|
|
- '3.13'
|
|
|
fail-fast: false
|
|
|
steps:
|
|
|
- - uses: actions/checkout@v5
|
|
|
+ - uses: actions/checkout@v6
|
|
|
- uses: actions/setup-python@v6
|
|
|
with:
|
|
|
python-version: ${{ matrix.python-version }}
|
|
|
@@ -76,7 +76,7 @@ jobs:
|
|
|
install:
|
|
|
runs-on: ubuntu-24.04
|
|
|
steps:
|
|
|
- - uses: actions/checkout@v5
|
|
|
+ - uses: actions/checkout@v6
|
|
|
- uses: actions/setup-python@v6
|
|
|
with: {python-version: 3.11}
|
|
|
- run: '! ical2vdir --help'
|
|
|
@@ -90,7 +90,7 @@ jobs:
|
|
|
matrix:
|
|
|
python-version: ['3.13']
|
|
|
steps:
|
|
|
- - uses: actions/checkout@v5
|
|
|
+ - uses: actions/checkout@v6
|
|
|
- uses: actions/setup-python@v6
|
|
|
with:
|
|
|
python-version: ${{ matrix.python-version }}
|