kopia lustrzana https://github.com/collective/icalendar
Update workflow steps versions
rodzic
951bd67bb3
commit
fb83c4ef98
|
|
@ -28,12 +28,12 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
name: ${{ matrix.config[1] }}
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/checkout@v4
|
||||
- name: Set up Python
|
||||
uses: actions/setup-python@v4
|
||||
with:
|
||||
python-version: ${{ matrix.config[0] }}
|
||||
# for caching, see
|
||||
# for caching, see
|
||||
# https://github.com/actions/setup-python/blob/main/docs/advanced-usage.md#caching-packages
|
||||
cache: 'pip'
|
||||
cache-dependency-path: |
|
||||
|
|
@ -70,9 +70,9 @@ jobs:
|
|||
TWINE_USERNAME: ${{ secrets.TWINE_USERNAME }}
|
||||
TWINE_PASSWORD: ${{ secrets.TWINE_PASSWORD }}
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/checkout@v4
|
||||
- name: Set up Python
|
||||
uses: actions/setup-python@v2
|
||||
uses: actions/setup-python@v4
|
||||
with:
|
||||
python-version: "3.9"
|
||||
- name: Install dependencies
|
||||
|
|
@ -120,7 +120,7 @@ jobs:
|
|||
environment:
|
||||
name: github-release
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/checkout@v4
|
||||
- name: create release
|
||||
uses: elgohr/Github-Release-Action@v4
|
||||
env:
|
||||
|
|
|
|||
|
|
@ -12,6 +12,7 @@ Minor changes:
|
|||
- Added additional exception handling of defined errors to fuzzer, to allow fuzzer to explore deeper
|
||||
- Added more instrumentation to fuzz-harness
|
||||
- Rename "contributor" to "collaborator" in documentation
|
||||
- Update GitHub Actions steps versions
|
||||
|
||||
Breaking changes:
|
||||
|
||||
|
|
|
|||
Ładowanie…
Reference in New Issue