diff --git a/.github/workflows/lint-and-test.yml b/.github/workflows/lint-and-test.yml index 63ccf91..4733bfd 100644 --- a/.github/workflows/lint-and-test.yml +++ b/.github/workflows/lint-and-test.yml @@ -27,7 +27,7 @@ jobs: go-version-file: 'go.mod' - name: Install mise and all workspace tools - uses: jdx/mise-action@6d1e696aa24c1aa1bcc1adea0212707c71ab78a8 # v3 + uses: jdx/mise-action@e79ddf65a11cec7b0e882bedced08d6e976efb2d # v3.6.2 - name: Run the linters run: task lint @@ -59,7 +59,7 @@ jobs: go-version-file: 'go.mod' - name: Install mise and all workspace tools - uses: jdx/mise-action@6d1e696aa24c1aa1bcc1adea0212707c71ab78a8 # v3 + uses: jdx/mise-action@e79ddf65a11cec7b0e882bedced08d6e976efb2d # v3.6.2 - name: Build run: task build