Update action.yml

Updated ccache
https://ccache.dev/releasenotes.html#_ccache_4_9
This commit is contained in:
mosfet80
2024-01-16 08:50:13 +01:00
committed by Adrián Insaurralde Avalos
parent b140feabaf
commit 9cd9d752ef

View File

@@ -41,11 +41,11 @@ inputs:
ccachedownloadpath:
description: "Path where to download ccache"
required: false
default: https://github.com/ccache/ccache/releases/download/v4.8.2/
default: https://github.com/ccache/ccache/releases/download/v4.9/
ccacheversion:
description: "Ccache version to be downloaded"
required: false
default: ccache-4.8.2-windows-x86_64
default: ccache-4.9-windows-x86_64
runs:
using: "composite"