From 7b9adeb5dbb71b93b8c844d0ef9c980937a3ff5b Mon Sep 17 00:00:00 2001 From: Wolfgang Fahl Date: Sat, 24 Feb 2024 09:08:48 +0100 Subject: [PATCH] upgrades github actions --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 48871ab..8a4edf5 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -37,7 +37,7 @@ jobs: - name: Cache Samples id: cache-samples - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: ceur-ws key: ceurws @@ -49,7 +49,7 @@ jobs: - name: saveSamples id: saveSamples - uses: actions/cache/save@v3 + uses: actions/cache/save@v4 with: path: ceur-ws key: ceurws