diff --git a/.github/workflows/__lockfile__.yml b/.github/workflows/__lockfile__.yml index daf096d..38de6e3 100644 --- a/.github/workflows/__lockfile__.yml +++ b/.github/workflows/__lockfile__.yml @@ -22,4 +22,4 @@ jobs: - name: amannn/action-semantic-pull-request@v6 uses: amannn/action-semantic-pull-request@48f256284bd46cdaab1048c3721360e808335d50 # v6 - name: jdx/mise-action@v3 - uses: jdx/mise-action@6d1e696aa24c1aa1bcc1adea0212707c71ab78a8 # v3 + uses: jdx/mise-action@5228313ee0372e111a38da051671ca30fc5a96db # v3 diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 56eb1fb..2e50247 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,7 +8,7 @@ jobs: - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 with: fetch-depth: 1 - - uses: jdx/mise-action@6d1e696aa24c1aa1bcc1adea0212707c71ab78a8 # v3 + - uses: jdx/mise-action@5228313ee0372e111a38da051671ca30fc5a96db # v3 with: experimental: true - name: dotnet restore cache @@ -31,7 +31,7 @@ jobs: - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 with: fetch-depth: 1 - - uses: jdx/mise-action@6d1e696aa24c1aa1bcc1adea0212707c71ab78a8 # v3 + - uses: jdx/mise-action@5228313ee0372e111a38da051671ca30fc5a96db # v3 with: experimental: true - name: dotnet restore cache @@ -50,7 +50,7 @@ jobs: - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 with: fetch-depth: 1 - - uses: jdx/mise-action@6d1e696aa24c1aa1bcc1adea0212707c71ab78a8 # v3 + - uses: jdx/mise-action@5228313ee0372e111a38da051671ca30fc5a96db # v3 with: experimental: true - name: dotnet restore cache diff --git a/.github/workflows/pr-lint.yml b/.github/workflows/pr-lint.yml index 10d3fa3..b487364 100644 --- a/.github/workflows/pr-lint.yml +++ b/.github/workflows/pr-lint.yml @@ -17,7 +17,7 @@ jobs: - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 with: fetch-depth: 1 - - uses: jdx/mise-action@6d1e696aa24c1aa1bcc1adea0212707c71ab78a8 # v3 + - uses: jdx/mise-action@5228313ee0372e111a38da051671ca30fc5a96db # v3 with: experimental: true - name: dotnet restore cache