Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/cygwin-apps/calm.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon Turney <jon.turney@dronecode.org.uk>2023-01-02 20:06:16 +0300
committerJon Turney <jon.turney@dronecode.org.uk>2023-01-03 16:28:52 +0300
commit7f1cdcf8fab90149448a9d734bb44a1539c2a6e3 (patch)
treefefddeb6f7bf32ed30b2ccb45e2cd738f280f8c5
parent36f62caeb71476f0a401569f90f64c465593220c (diff)
CI: Update deprecated GitHub actions
-rw-r--r--.github/workflows/calm.yaml7
1 files changed, 4 insertions, 3 deletions
diff --git a/.github/workflows/calm.yaml b/.github/workflows/calm.yaml
index 3e65dd6..3120598 100644
--- a/.github/workflows/calm.yaml
+++ b/.github/workflows/calm.yaml
@@ -8,14 +8,15 @@ jobs:
strategy:
fail-fast: false
matrix:
- python-version: [3.7, 3.8, 3.9, '3.10']
+ python-version: [3.7, 3.8, 3.9, '3.10', '3.11']
steps:
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}
- uses: actions/setup-python@v2
+ uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
+ cache: 'pip'
- name: Install dependencies
run: |
python -m pip install --upgrade pip