Skip to content

Commit

Permalink
fix: Use latest mise action to try to mitigate slowdowns
Browse files Browse the repository at this point in the history
  • Loading branch information
deregtd committed Sep 30, 2024
1 parent 7d622cc commit e02df8a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
ref: ${{ github.head_ref }}
fetch-depth: 2
- name: Install Tool Versions
uses: jdx/mise-action@052520c41a328779551db19a76697ffa34f3eabc
uses: jdx/mise-action@f8dfbcc150159126838e44b882bf34bd98fd90f3
with:
experimental: true
env:
Expand Down Expand Up @@ -110,7 +110,7 @@ jobs:
git config user.name github-actions
git config user.email [email protected]
- name: Install Tool Versions
uses: jdx/mise-action@052520c41a328779551db19a76697ffa34f3eabc
uses: jdx/mise-action@f8dfbcc150159126838e44b882bf34bd98fd90f3
with:
experimental: true
env:
Expand Down
4 changes: 2 additions & 2 deletions templates/.github/workflows/build-release.yml.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
ref: {{ "${{ github.head_ref }}" }}
fetch-depth: 2
- name: Install Tool Versions
uses: jdx/mise-action@052520c41a328779551db19a76697ffa34f3eabc
uses: jdx/mise-action@f8dfbcc150159126838e44b882bf34bd98fd90f3
with:
experimental: true
env:
Expand Down Expand Up @@ -152,7 +152,7 @@ jobs:
git config user.name github-actions
git config user.email [email protected]
- name: Install Tool Versions
uses: jdx/mise-action@052520c41a328779551db19a76697ffa34f3eabc
uses: jdx/mise-action@f8dfbcc150159126838e44b882bf34bd98fd90f3
with:
experimental: true
env:
Expand Down

0 comments on commit e02df8a

Please sign in to comment.