From c66979108f575b3b8213fd10da5b5318504db033 Mon Sep 17 00:00:00 2001 From: nerdCopter <56646290+nerdCopter@users.noreply.github.com> Date: Fri, 6 Sep 2024 11:32:10 -0500 Subject: [PATCH] [github] workflow updates --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 0f71fac354..0e7044073a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -38,7 +38,7 @@ jobs: fetch-depth: 0 - name: Cache build toolchain - uses: actions/cache@v5 + uses: actions/cache@v4 id: cache-toolchain with: path: tools