We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 949741b + 8180e07 commit d1e4da4Copy full SHA for d1e4da4
.github/workflows/_BuildALGoProject.yaml
@@ -117,7 +117,7 @@ jobs:
117
118
- name: Cache Business Central Artifacts
119
if: env.useCompilerFolder == 'True' && inputs.useArtifactCache && env.artifactCacheKey
120
- uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
+ uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
121
with:
122
path: .artifactcache
123
key: ${{ env.artifactCacheKey }}
0 commit comments