From a6981099f600e9188cc9ccd6eb6ceaf0059534b8 Mon Sep 17 00:00:00 2001 From: Matthias Seifert Date: Thu, 23 Jan 2025 12:30:02 +0100 Subject: [PATCH 1/2] T018440 Try actions/cache@v4.2.0 --- .github/AL-Go-Settings.json | 2 +- .github/workflows/_BuildALGoProject.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/AL-Go-Settings.json b/.github/AL-Go-Settings.json index 203d560..f8716b2 100644 --- a/.github/AL-Go-Settings.json +++ b/.github/AL-Go-Settings.json @@ -1,4 +1,4 @@ { "type": "AppSource App", - "templateUrl": "https://github.com/agolution/AL-Go-AppSource@main" + "templateUrl": "https://github.com/agolution/AL-Go-AppSource@T018440" } 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 }} From 7873eed1eb2cb19384929bcdbe6ec6442eed4ec0 Mon Sep 17 00:00:00 2001 From: Matthias Seifert <81231093+matthias-seifert@users.noreply.github.com> Date: Fri, 24 Jan 2025 12:06:10 +0100 Subject: [PATCH 2/2] Reset `templateUrl` --- .github/AL-Go-Settings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/AL-Go-Settings.json b/.github/AL-Go-Settings.json index f8716b2..203d560 100644 --- a/.github/AL-Go-Settings.json +++ b/.github/AL-Go-Settings.json @@ -1,4 +1,4 @@ { "type": "AppSource App", - "templateUrl": "https://github.com/agolution/AL-Go-AppSource@T018440" + "templateUrl": "https://github.com/agolution/AL-Go-AppSource@main" }