We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7fe4d23 commit 388111cCopy full SHA for 388111c
.github/workflows/CI.yml
@@ -27,7 +27,7 @@ jobs:
27
id: yarn-cache-dir-path
28
run: echo "::set-output name=dir::$(yarn cache dir)"
29
-
30
- uses: actions/cache@v2
+ uses: actions/cache@v4
31
id: yarn-cache # use this to check for `cache-hit` (`steps.yarn-cache.outputs.cache-hit != 'true'`)
32
with:
33
path: ${{ steps.yarn-cache-dir-path.outputs.dir }}
client/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "dive-dsa",
3
- "version": "1.10.22",
+ "version": "1.10.23",
4
"author": {
5
"name": "Kitware, Inc.",
6
"email": "Bryon.Lewis@kitware.com"
0 commit comments