Skip to content

Commit

Permalink
Restore git diff check and bump Kraken
Browse files Browse the repository at this point in the history
  • Loading branch information
judtinzhang committed Oct 3, 2023
1 parent e33ad0d commit 21f58a9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/cdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"upgrade-cdk": "yarn upgrade cdkactions@latest cdkactions-cli@latest"
},
"dependencies": {
"@pennlabs/kraken": "^0.8.11",
"@pennlabs/kraken": "^0.8.12",
"cdkactions": "^0.2.3",
"constructs": "^3.2.109"
},
Expand Down
8 changes: 4 additions & 4 deletions .github/cdk/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
# yarn lockfile v1


"@pennlabs/kraken@^0.8.11":
version "0.8.11"
resolved "https://registry.yarnpkg.com/@pennlabs/kraken/-/kraken-0.8.11.tgz#8a1277b62be1b40aafb781b7b2e24cafbb0ff503"
integrity sha512-FA3dg2Id9bnnJ+Or+WkTxK3Xer4WBCvnmuXuNQSuZBDwRF8cRWhnA7Aempe3vr71a1HqiRoA6+bkNFHaKL/A7A==
"@pennlabs/kraken@^0.8.12":
version "0.8.12"
resolved "https://registry.yarnpkg.com/@pennlabs/kraken/-/kraken-0.8.12.tgz#63aab218236f33af0ec0b90344926e7cbf167d60"
integrity sha512-+iYz/Xv674c0VujbYc65sFYU182Su3cmcByUndwKdnj75KDQVcHKOKrcfAcf5Z7eerGAYC7xfNftaZydjV0alw==
dependencies:
cdkactions "^0.2.3"
constructs "^3.2.80"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cdkactions_validate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
yarn install
yarn build
git --no-pager diff ../workflows
# git diff-index --quiet HEAD -- ../workflows
git diff-index --quiet HEAD -- ../workflows
- name: Push updated manifests
if: "false"
run: |-
Expand Down

0 comments on commit 21f58a9

Please sign in to comment.