Skip to content

Commit 388111c

Browse files
authored
release 1.10.23 (#214)
1 parent 7fe4d23 commit 388111c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
id: yarn-cache-dir-path
2828
run: echo "::set-output name=dir::$(yarn cache dir)"
2929
-
30-
uses: actions/cache@v2
30+
uses: actions/cache@v4
3131
id: yarn-cache # use this to check for `cache-hit` (`steps.yarn-cache.outputs.cache-hit != 'true'`)
3232
with:
3333
path: ${{ steps.yarn-cache-dir-path.outputs.dir }}

client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dive-dsa",
3-
"version": "1.10.22",
3+
"version": "1.10.23",
44
"author": {
55
"name": "Kitware, Inc.",
66
"email": "Bryon.Lewis@kitware.com"

0 commit comments

Comments
 (0)