From 09744791cc30b4740cc6677105c65e32145f41e8 Mon Sep 17 00:00:00 2001 From: Shish Date: Fri, 5 Jan 2024 16:31:38 +0000 Subject: [PATCH] [ci] 'branch-2.9' is a better approximation 'for most-recent-2.9.X tag' --- .github/workflows/tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 7d5deac1..58830a46 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -67,8 +67,8 @@ jobs: uses: actions/checkout@v3 with: # is there a way to programatically get "the most recent - # minor version of the previous major version"? - ref: v2.9.4 + # tagged minor version of the previous major version"? + ref: branch-2.9 fetch-depth: 0 - name: Set Up Cache uses: actions/cache@v3