[ci] 'branch-2.9' is a better approximation 'for most-recent-2.9.X tag'
This commit is contained in:
parent
dee7df256c
commit
09744791cc
1 changed files with 2 additions and 2 deletions
4
.github/workflows/tests.yml
vendored
4
.github/workflows/tests.yml
vendored
|
@ -67,8 +67,8 @@ jobs:
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
# is there a way to programatically get "the most recent
|
# is there a way to programatically get "the most recent
|
||||||
# minor version of the previous major version"?
|
# tagged minor version of the previous major version"?
|
||||||
ref: v2.9.4
|
ref: branch-2.9
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
- name: Set Up Cache
|
- name: Set Up Cache
|
||||||
uses: actions/cache@v3
|
uses: actions/cache@v3
|
||||||
|
|
Reference in a new issue