We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c0015e commit 0f5235fCopy full SHA for 0f5235f
1 file changed
.github/actions/buildresources/action.yaml
@@ -21,7 +21,7 @@ runs:
21
steps:
22
- name: Setup JupyterBook Cache
23
if: inputs.jb-cache == 'true'
24
- uses: actions/cache@v2
+ uses: actions/cache@v4
25
with:
26
path: ./book/_build
27
# NOTE: change key to "jupyterbook-N+1" to force rebuilding cache
0 commit comments