Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/autofix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- uses: namespacelabs/nscloud-cache-action@15799a6b54e5765f85b2aac25b3f0df43ed571c0 # v1
with:
cache: rust
- uses: jdx/mise-action@b287efda3dc5f4f3c328507653b6617da783ff84 # v4
- uses: jdx/mise-action@1648a7812b9aeae629881980618f079932869151 # v4
- run: mise x -- aube install
- run: "mise run render ::: lint-fix"
- uses: autofix-ci/action@7a166d7532b277f34e16238930461bf77f9d7ed8 # v1.3.3
14 changes: 7 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- uses: namespacelabs/nscloud-cache-action@15799a6b54e5765f85b2aac25b3f0df43ed571c0 # v1
with:
cache: rust
- uses: jdx/mise-action@b287efda3dc5f4f3c328507653b6617da783ff84 # v4
- uses: jdx/mise-action@1648a7812b9aeae629881980618f079932869151 # v4
- run: mise run build
- uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7
with:
Expand Down Expand Up @@ -67,7 +67,7 @@ jobs:
- run: brew install parallel
if: ${{ matrix.os == 'macos-latest' }}
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
- uses: jdx/mise-action@b287efda3dc5f4f3c328507653b6617da783ff84 # v4
- uses: jdx/mise-action@1648a7812b9aeae629881980618f079932869151 # v4
- uses: actions-rust-lang/setup-rust-toolchain@2b1f5e9b395427c92ee4e3331786ca3c37afe2d7 # v1
with:
toolchain: nightly
Expand Down Expand Up @@ -101,7 +101,7 @@ jobs:
- run: brew install parallel
if: ${{ matrix.os == 'macos-latest' }}
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
- uses: jdx/mise-action@b287efda3dc5f4f3c328507653b6617da783ff84 # v4
- uses: jdx/mise-action@1648a7812b9aeae629881980618f079932869151 # v4
- uses: actions-rust-lang/setup-rust-toolchain@2b1f5e9b395427c92ee4e3331786ca3c37afe2d7 # v1
with:
toolchain: nightly
Expand Down Expand Up @@ -136,7 +136,7 @@ jobs:
- run: brew install parallel
if: ${{ matrix.os == 'macos-latest' }}
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
- uses: jdx/mise-action@b287efda3dc5f4f3c328507653b6617da783ff84 # v4
- uses: jdx/mise-action@1648a7812b9aeae629881980618f079932869151 # v4
- uses: actions-rust-lang/setup-rust-toolchain@2b1f5e9b395427c92ee4e3331786ca3c37afe2d7 # v1
with:
toolchain: nightly
Expand Down Expand Up @@ -172,7 +172,7 @@ jobs:
- uses: namespacelabs/nscloud-cache-action@15799a6b54e5765f85b2aac25b3f0df43ed571c0 # v1
with:
cache: rust
- uses: jdx/mise-action@b287efda3dc5f4f3c328507653b6617da783ff84 # v4
- uses: jdx/mise-action@1648a7812b9aeae629881980618f079932869151 # v4
- run: mise x -- aube install
- name: mise run test:cargo
run: mise run test:cargo
Expand All @@ -186,7 +186,7 @@ jobs:
- uses: namespacelabs/nscloud-cache-action@15799a6b54e5765f85b2aac25b3f0df43ed571c0 # v1
with:
cache: rust
- uses: jdx/mise-action@b287efda3dc5f4f3c328507653b6617da783ff84 # v4
- uses: jdx/mise-action@1648a7812b9aeae629881980618f079932869151 # v4
- run: mise run msrv
ci-windows:
needs: build-windows
Expand All @@ -195,7 +195,7 @@ jobs:
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
- uses: Swatinem/rust-cache@e18b497796c12c097a38f9edb9d0641fb99eee32 # v2
- uses: jdx/mise-action@b287efda3dc5f4f3c328507653b6617da783ff84 # v4
- uses: jdx/mise-action@1648a7812b9aeae629881980618f079932869151 # v4
- uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8
with:
name: hk-windows-latest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- uses: namespacelabs/nscloud-cache-action@15799a6b54e5765f85b2aac25b3f0df43ed571c0 # v1
with:
cache: rust
- uses: jdx/mise-action@b287efda3dc5f4f3c328507653b6617da783ff84 # v4
- uses: jdx/mise-action@1648a7812b9aeae629881980618f079932869151 # v4
- name: Setup Pages
uses: actions/configure-pages@45bfe0192ca1faeb007ade9deae92b16b8254a0d # v6
- name: Build with VitePress
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-plz.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- uses: namespacelabs/nscloud-cache-action@15799a6b54e5765f85b2aac25b3f0df43ed571c0 # v1
with:
cache: rust
- uses: jdx/mise-action@b287efda3dc5f4f3c328507653b6617da783ff84 # v4
- uses: jdx/mise-action@1648a7812b9aeae629881980618f079932869151 # v4
with:
experimental: true
- run: mise trust --all
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
runs-on: namespace-profile-endev-linux-amd64
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
- uses: jdx/mise-action@b287efda3dc5f4f3c328507653b6617da783ff84 # v4
- uses: jdx/mise-action@1648a7812b9aeae629881980618f079932869151 # v4
- name: Package Pkl
run: |
if [[ -n "${{ inputs.version }}" ]]; then
Expand Down Expand Up @@ -115,7 +115,7 @@ jobs:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
with:
fetch-depth: 0
- uses: jdx/mise-action@b287efda3dc5f4f3c328507653b6617da783ff84 # v4
- uses: jdx/mise-action@1648a7812b9aeae629881980618f079932869151 # v4
- name: Extract release notes from CHANGELOG.md
run: |
awk '/^## \[/{if(found) exit; found=1} found{print}' CHANGELOG.md > release-notes.md
Expand Down Expand Up @@ -152,7 +152,7 @@ jobs:
runs-on: namespace-profile-endev-linux-amd64
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
- uses: jdx/mise-action@b287efda3dc5f4f3c328507653b6617da783ff84 # v4
- uses: jdx/mise-action@1648a7812b9aeae629881980618f079932869151 # v4
- run: cargo publish
env:
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}
Expand All @@ -164,7 +164,7 @@ jobs:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
with:
fetch-depth: 0
- uses: jdx/mise-action@b287efda3dc5f4f3c328507653b6617da783ff84 # v4
- uses: jdx/mise-action@1648a7812b9aeae629881980618f079932869151 # v4
- name: Enhance release notes with communique
run: |
if [[ -n "${{ inputs.version }}" ]]; then
Expand Down
Loading