mirror of
https://github.com/pacnpal/django-anymail.git
synced 2025-12-23 05:11:04 -05:00
CI: update action dependencies
Fixes Node 12 deprecation warnings. - actions/checkout@v2 --> v3 - actions/setup-python@v2 --> v4 - fkirc/skip-duplicate-actions@v3.4.1 --> v5.3.0 [pinned to hash] Also set continue-on-error true in skip_duplicate_runs job, per recommendation in skip-duplicate-actions release notes.
This commit is contained in:
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
@@ -23,9 +23,9 @@ jobs:
|
||||
environment: release
|
||||
steps:
|
||||
- name: Get code
|
||||
uses: actions/checkout@v2
|
||||
uses: actions/checkout@v3
|
||||
- name: Setup Python
|
||||
uses: actions/setup-python@v2
|
||||
uses: actions/setup-python@v4
|
||||
with:
|
||||
python-version: "3.10"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user