Skip to content

Commit d1e4da4

Browse files
Merge pull request #2 from agolution/T018440
T018440 AL-Go verwendet abgekündigte actions/cache Version
2 parents 949741b + 8180e07 commit d1e4da4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/_BuildALGoProject.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ jobs:
117117

118118
- name: Cache Business Central Artifacts
119119
if: env.useCompilerFolder == 'True' && inputs.useArtifactCache && env.artifactCacheKey
120-
uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
120+
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
121121
with:
122122
path: .artifactcache
123123
key: ${{ env.artifactCacheKey }}

0 commit comments

Comments
 (0)