Changeset - r28432:5d34708e11c4
[Not reviewed]
master
0 1 0
Patric Stout - 4 months ago 2024-01-12 10:25:50
truebrain@openttd.org
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.
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
.github/workflows/release-linux.yml
Show inline comments
 
@@ -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
0 comments (0 inline, 0 general)