diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 5f530b8..4d5bb26 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -26,7 +26,7 @@ jobs: cache: true - name: Install mise & tools - uses: jdx/mise-action@v3 + uses: jdx/mise-action@v4 - name: Cache Go tools id: go-tools-cache diff --git a/.github/workflows/pr-checks.yml b/.github/workflows/pr-checks.yml index 1c358d6..df18300 100644 --- a/.github/workflows/pr-checks.yml +++ b/.github/workflows/pr-checks.yml @@ -26,7 +26,7 @@ jobs: cache: true - name: Install mise & tools - uses: jdx/mise-action@v3 + uses: jdx/mise-action@v4 - name: Cache Go tools id: go-tools-cache