summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrafsaf <rafal.safin12@gmail.com>2022-11-15 22:10:41 +0100
committerrafsaf <rafal.safin12@gmail.com>2022-11-15 22:10:41 +0100
commit7447fe3b72240fd6684a3f2c154f5f8b6867644b (patch)
tree30412eb4ea24f5d7b070ae5aa23f685e06e7f8fd
parente041f647643d34ca3c4d621e49b011708cc4b816 (diff)
downloadcroniter-7447fe3b72240fd6684a3f2c154f5f8b6867644b.tar.gz
Bump actions/checkout and actions/setup-python in cicd.yml to newset versions
-rw-r--r--.github/workflows/cicd.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml
index a3ec782..7314215 100644
--- a/.github/workflows/cicd.yml
+++ b/.github/workflows/cicd.yml
@@ -7,9 +7,9 @@ jobs:
matrix:
python-version: [2.7, 3.5, 3.6, 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 }}
- name: Install dependencies