Skip to content

Commit 842981a

Browse files
authored
antelope unmaintained (#420)
* antelope unmaintained * change actions/cache@v2 to v3 due to deprecation
1 parent 998e5c0 commit 842981a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/integration_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
openstack_version: "stable/2023.2"
3333
ubuntu_version: "22.04"
3434
- name: "antelope"
35-
openstack_version: "stable/2023.1"
35+
openstack_version: "unmaintained/2023.1"
3636
ubuntu_version: "22.04"
3737
- name: "zed"
3838
openstack_version: "unmaintained/zed"

.github/workflows/unit_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
run: |
3535
echo "::set-output name=dir::$(composer config cache-files-dir)"
3636
37-
- uses: actions/cache@v2
37+
- uses: actions/cache@v3
3838
with:
3939
path: |
4040
~/.php_cs.cache

0 commit comments

Comments
 (0)