From 8180e07d13b629b5a415d3bd3b9dd159aefecac0 Mon Sep 17 00:00:00 2001 From: Matthias Seifert Date: Fri, 24 Jan 2025 12:09:59 +0100 Subject: [PATCH] =?UTF-8?q?T018440=20AL-Go=20verwendet=20abgek=C3=BCndigte?= =?UTF-8?q?=20actions/cache=20Version?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/_BuildALGoProject.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/_BuildALGoProject.yaml b/.github/workflows/_BuildALGoProject.yaml index 746336a..c5eacba 100644 --- a/.github/workflows/_BuildALGoProject.yaml +++ b/.github/workflows/_BuildALGoProject.yaml @@ -117,7 +117,7 @@ jobs: - name: Cache Business Central Artifacts if: env.useCompilerFolder == 'True' && inputs.useArtifactCache && env.artifactCacheKey - uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2 + uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0 with: path: .artifactcache key: ${{ env.artifactCacheKey }}