diff --git a/.github/workflows/conventional-commits.yml b/.github/workflows/conventional-commits.yml index 0056744..bbfc176 100644 --- a/.github/workflows/conventional-commits.yml +++ b/.github/workflows/conventional-commits.yml @@ -13,7 +13,7 @@ jobs: with: fetch-depth: 0 - name: Set up mise - uses: jdx/mise-action@v3 + uses: jdx/mise-action@v4 with: install: true cache: true diff --git a/.github/workflows/python-package.yml b/.github/workflows/python-package.yml index 51d473c..7768a93 100644 --- a/.github/workflows/python-package.yml +++ b/.github/workflows/python-package.yml @@ -23,7 +23,7 @@ jobs: steps: - uses: actions/checkout@v6 - name: Set up mise - uses: jdx/mise-action@v3 + uses: jdx/mise-action@v4 with: install: true cache: true diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 187b49d..26dc7d5 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -25,7 +25,7 @@ jobs: run: git checkout -B ${{ github.ref_name }} - name: Setup | Install mise tools - uses: jdx/mise-action@v3 + uses: jdx/mise-action@v4 with: install: true cache: true @@ -95,7 +95,7 @@ jobs: run: brew install poppler - name: Setup | Install mise tools - uses: jdx/mise-action@v3 + uses: jdx/mise-action@v4 with: install: true cache: true @@ -142,7 +142,7 @@ jobs: run: git reset --hard ${{ github.sha }} - name: Setup | Install mise tools - uses: jdx/mise-action@v3 + uses: jdx/mise-action@v4 with: install: true cache: true