From 9cd9d752ef79018c81e3aaad36436c3641f29fec Mon Sep 17 00:00:00 2001 From: mosfet80 Date: Tue, 16 Jan 2024 08:50:13 +0100 Subject: [PATCH] Update action.yml Updated ccache https://ccache.dev/releasenotes.html#_ccache_4_9 --- .github/workflows/actions/windows/getCcache/action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/actions/windows/getCcache/action.yml b/.github/workflows/actions/windows/getCcache/action.yml index 7d0ceff711..be56349f46 100644 --- a/.github/workflows/actions/windows/getCcache/action.yml +++ b/.github/workflows/actions/windows/getCcache/action.yml @@ -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"