]> git.phdru.name Git - sqlconvert.git/commitdiff
CI(GHActions): Use `actions/setup-python@v4`, `actions/cache@v3`
authorOleg Broytman <phd@phdru.name>
Tue, 20 Sep 2022 23:24:24 +0000 (02:24 +0300)
committerOleg Broytman <phd@phdru.name>
Tue, 20 Sep 2022 23:24:24 +0000 (02:24 +0300)
.github/workflows/run-tests.yaml

index a8ac5d5ecb445412146cb5f9525cf1c7a5f7adf2..aae7413f97d3d4b35eb7fa73a8abe1aaa937fc29 100644 (file)
@@ -35,11 +35,11 @@ jobs:
 
       # Setup Python/pip
       - uses: actions/checkout@v2
-      - uses: actions/setup-python@v2
+      - uses: actions/setup-python@v4
         with:
           python-version: ${{ matrix.python-version }}
       - name: Cache pip
-        uses: actions/cache@v2
+        uses: actions/cache@v3
         with:
           path: ${{ matrix.pip-cache-path }}
           key: ${{ runner.os }}-pip