Skip to content

Commit aebecb5

Browse files
Merge pull request #153 from wei18/release
Bump patch version
2 parents 8efa8a2 + 43e0e25 commit aebecb5

File tree

4 files changed

+4
-1
lines changed

4 files changed

+4
-1
lines changed

.github/composites/setup/action.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ runs:
1212
using: 'composite'
1313
steps:
1414
- uses: jdx/mise-action@v2
15+
env:
16+
MISE_DATA_DIR: ${{ runner.temp }}/${{ github.action }}/mise
1517
with:
1618
mise_toml: |
1719
[tools]
File renamed without changes.

.github/workflows/Release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ jobs:
6565
- uses: actions/checkout@v5
6666
with:
6767
ref: ${{ env.RELEASE_BRANCH }}
68+
fetch-depth: 2
6869

6970
- name: Revert previous commit
7071
run: |

.github/workflows/CI.yml renamed to .github/workflows/Test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: CI
1+
name: Test
22

33
on:
44
push:

0 commit comments

Comments
 (0)