diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 15d4893..6c9f428 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -46,7 +46,7 @@ jobs: egress-policy: "audit" - name: Setup mise-en-place - uses: jdx/mise-action@c53b9236f0b3370f31520f8b142f141256d839c6 # v3.6.0 + uses: jdx/mise-action@6d1e696aa24c1aa1bcc1adea0212707c71ab78a8 # v3.6.1 - name: Save context id: ctx diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a535553..df622e0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -46,7 +46,7 @@ jobs: persist-credentials: "false" - name: Setup mise-en-place - uses: jdx/mise-action@c53b9236f0b3370f31520f8b142f141256d839c6 # v3.6.0 + uses: jdx/mise-action@6d1e696aa24c1aa1bcc1adea0212707c71ab78a8 # v3.6.1 - name: Run lint run: mise run lint