We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0ad8e3 commit ff84bdaCopy full SHA for ff84bda
.github/workflows/continuous.yml
@@ -63,7 +63,7 @@ jobs:
63
64
- name: Cache Build
65
id: cache-build
66
- uses: actions/cache@v4.0.2
+ uses: actions/cache@v4
67
with:
68
path: ${{ env.CACHE_PATH }}
69
key: ${{ runner.os }}-${{ matrix.config }}-cache
0 commit comments