From 842981a05f6cf7b2440d0f4bb98337b2401d4972 Mon Sep 17 00:00:00 2001 From: Konstantin Babushkin Date: Sat, 14 Dec 2024 21:06:12 +0100 Subject: [PATCH] antelope unmaintained (#420) * antelope unmaintained * change actions/cache@v2 to v3 due to deprecation --- .github/workflows/integration_tests.yml | 2 +- .github/workflows/unit_tests.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/integration_tests.yml b/.github/workflows/integration_tests.yml index 6edbe437..c460cf21 100644 --- a/.github/workflows/integration_tests.yml +++ b/.github/workflows/integration_tests.yml @@ -32,7 +32,7 @@ jobs: openstack_version: "stable/2023.2" ubuntu_version: "22.04" - name: "antelope" - openstack_version: "stable/2023.1" + openstack_version: "unmaintained/2023.1" ubuntu_version: "22.04" - name: "zed" openstack_version: "unmaintained/zed" diff --git a/.github/workflows/unit_tests.yml b/.github/workflows/unit_tests.yml index 6b6ac130..b379bdfd 100644 --- a/.github/workflows/unit_tests.yml +++ b/.github/workflows/unit_tests.yml @@ -34,7 +34,7 @@ jobs: run: | echo "::set-output name=dir::$(composer config cache-files-dir)" - - uses: actions/cache@v2 + - uses: actions/cache@v3 with: path: | ~/.php_cs.cache