We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14f8387 commit 9f35a7dCopy full SHA for 9f35a7d
.github/actions/build-for-integrations/action.yaml
@@ -65,7 +65,7 @@ runs:
65
66
- name: Cache Build
67
id: step-cache-build
68
- uses: actions/cache@v4.2.0
+ uses: actions/cache@v4.2.1
69
with:
70
key: ${{ steps.cache-key.outputs.value }}
71
path: ${{ steps.cache-path.outputs.value }}
0 commit comments