From b1812751e098d81571d7dd2ee98192c9ec6ec615 Mon Sep 17 00:00:00 2001
From: Patric Stout <truebrain@openttd.org>
Date: Fri, 12 Jan 2024 11:25:50 +0100
Subject: [PATCH] Fix: [CI] unbreak Linux releases by using a slightly older
 rust-cache action (#11758)

The maintainer bumped node16 -> node20 in a patch version, which
is a bit awkward for us, as we can't run node20 in this workflow
(yet). Most other actions used a major version for that, and for
similar reasons we cannot upgrade "download-artifact" to v4.

This is a temporary solution, while we start looking into how to
support node20 in this workflow.
---
 .github/workflows/release-linux.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/release-linux.yml b/.github/workflows/release-linux.yml
index e7151347dc..3205a50d7a 100644
--- a/.github/workflows/release-linux.yml
+++ b/.github/workflows/release-linux.yml
@@ -50,7 +50,7 @@ jobs:
       uses: dtolnay/rust-toolchain@stable
 
     - name: Enable Rust cache
-      uses: Swatinem/rust-cache@v2
+      uses: Swatinem/rust-cache@v2.7.0
 
     - name: Setup vcpkg caching
       uses: actions/github-script@v6