From 6eeb3e10cee49594627a9f6a7e6dff67d4ca7c03 Mon Sep 17 00:00:00 2001 From: Ivan G <59960116+dreamos82@users.noreply.github.com> Date: Wed, 4 Oct 2023 14:20:07 +0100 Subject: [PATCH] Update build_tests.yml --- .github/workflows/build_tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build_tests.yml b/.github/workflows/build_tests.yml index a47297c..44b8760 100644 --- a/.github/workflows/build_tests.yml +++ b/.github/workflows/build_tests.yml @@ -13,7 +13,7 @@ jobs: steps: - name: Prepare cache for binaries - uses: actions/cache@v2 + uses: actions/cache@v3 id: cached-binaries with: path: | @@ -38,7 +38,7 @@ jobs: tar -vxf gcc-x86_64; mv x86-64--glibc--stable-2022.08-1 gcc-x86_64-cross; - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 with: path: dreamos