Skip to content

Commit 64ea237

Browse files
chore(deps): bump jdx/mise-action from 3.6.1 to 3.6.3
Bumps [jdx/mise-action](https://github.com/jdx/mise-action) from 3.6.1 to 3.6.3. - [Release notes](https://github.com/jdx/mise-action/releases) - [Changelog](https://github.com/jdx/mise-action/blob/main/CHANGELOG.md) - [Commits](jdx/mise-action@6d1e696...5228313) --- updated-dependencies: - dependency-name: jdx/mise-action dependency-version: 3.6.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 5d8b539 commit 64ea237

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/__lockfile__.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ jobs:
2222
- name: amannn/action-semantic-pull-request@v6
2323
uses: amannn/action-semantic-pull-request@48f256284bd46cdaab1048c3721360e808335d50 # v6
2424
- name: jdx/mise-action@v3
25-
uses: jdx/mise-action@6d1e696aa24c1aa1bcc1adea0212707c71ab78a8 # v3
25+
uses: jdx/mise-action@5228313ee0372e111a38da051671ca30fc5a96db # v3

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
99
with:
1010
fetch-depth: 1
11-
- uses: jdx/mise-action@6d1e696aa24c1aa1bcc1adea0212707c71ab78a8 # v3
11+
- uses: jdx/mise-action@5228313ee0372e111a38da051671ca30fc5a96db # v3
1212
with:
1313
experimental: true
1414
- name: dotnet restore cache
@@ -31,7 +31,7 @@ jobs:
3131
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
3232
with:
3333
fetch-depth: 1
34-
- uses: jdx/mise-action@6d1e696aa24c1aa1bcc1adea0212707c71ab78a8 # v3
34+
- uses: jdx/mise-action@5228313ee0372e111a38da051671ca30fc5a96db # v3
3535
with:
3636
experimental: true
3737
- name: dotnet restore cache
@@ -50,7 +50,7 @@ jobs:
5050
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
5151
with:
5252
fetch-depth: 1
53-
- uses: jdx/mise-action@6d1e696aa24c1aa1bcc1adea0212707c71ab78a8 # v3
53+
- uses: jdx/mise-action@5228313ee0372e111a38da051671ca30fc5a96db # v3
5454
with:
5555
experimental: true
5656
- name: dotnet restore cache

.github/workflows/pr-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
1818
with:
1919
fetch-depth: 1
20-
- uses: jdx/mise-action@6d1e696aa24c1aa1bcc1adea0212707c71ab78a8 # v3
20+
- uses: jdx/mise-action@5228313ee0372e111a38da051671ca30fc5a96db # v3
2121
with:
2222
experimental: true
2323
- name: dotnet restore cache

0 commit comments

Comments
 (0)