We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3aa7101 commit 2577447Copy full SHA for 2577447
2 files changed
.github/workflows/pr.yml
@@ -12,7 +12,7 @@ jobs:
12
- name: Checkout code
13
uses: actions/checkout@v6
14
- name: Setup mise-en-place
15
- uses: jdx/mise-action@v3
+ uses: jdx/mise-action@v4
16
with:
17
experimental: true
18
- name: Check code
.github/workflows/release.yml
@@ -22,7 +22,7 @@ jobs:
22
23
fetch-depth: 0
24
25
26
27
28
- name: Verify the integrity of provenance attestations and registry signatures for installed dependencies
0 commit comments