Skip to content

Commit 5010fdd

Browse files
committed
Update Mint leaves to the latest version
``` Updated the following leaves: mint/git-clone 1.6.1 → 1.6.2 ```
1 parent aa012e6 commit 5010fdd

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.mint/continuous_integration.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ concurrency-pools:
1313

1414
tasks:
1515
- key: code
16-
call: mint/git-clone 1.6.1
16+
call: mint/git-clone 1.6.2
1717
with:
1818
preserve-git-dir: true
1919
repository: https://github.com/rwx-research/mint-cli.git
@@ -74,7 +74,7 @@ tasks:
7474
git diff --exit-code
7575
7676
- key: mint-testing-code
77-
call: mint/git-clone 1.6.1
77+
call: mint/git-clone 1.6.2
7878
with:
7979
path: ./mint-testing
8080
repository: https://github.com/rwx-research/mint-testing.git

.mint/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ tasks:
5555
printf "$aliasedVersion" > "$MINT_VALUES/aliased-version"
5656
5757
- key: code
58-
call: mint/git-clone 1.6.1
58+
call: mint/git-clone 1.6.2
5959
after: verify-inputs
6060
with:
6161
preserve-git-dir: true

0 commit comments

Comments
 (0)