diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 052da19..fc04885 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -16,7 +16,7 @@ jobs: - name: Setup Mint uses: fabasoad/setup-mint-action@main with: - version: 0.18.0 + version: 0.19.0 - name: Install Dependencies run: mint install diff --git a/.tool-versions b/.tool-versions index 6cef012..0d48765 100644 --- a/.tool-versions +++ b/.tool-versions @@ -1 +1 @@ -mint 0.18.0 +mint 0.19.0 diff --git a/mint.json b/mint.json index ae57f3c..9df50b8 100644 --- a/mint.json +++ b/mint.json @@ -1,6 +1,6 @@ { "name": "mint-realworld", - "mint-version": "0.18.0 <= v < 1.0.0", + "mint-version": "0.19.0 <= v < 1.0.0", "source-directories": [ "source" ],