Skip to content
Closed
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
4 changes: 2 additions & 2 deletions .github/workflows/act-validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
with:
persist-credentials: false
- name: Setup Rust
uses: leynos/shared-actions/.github/actions/setup-rust@8add2d99854a5b77548eae98cca59202e68fefc8
uses: leynos/shared-actions/.github/actions/setup-rust@f4764bea8d813b1a8f7ebc37a44907d3c3b1e0e4
- name: Install mold linker
if: runner.os == 'Linux'
run: |
Expand All @@ -34,7 +34,7 @@ jobs:
sudo apt-get update \
&& sudo apt-get install --yes --no-install-recommends clang lld mold
- name: Setup uv
uses: astral-sh/setup-uv@7cd5f7fd2eaeae38d760e45314eb32769f5ffe96
uses: astral-sh/setup-uv@d08d816a1ea176d61a318eff45abd3dffef415b1
- name: Install template test tools
run: |
set -euo pipefail
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
with:
persist-credentials: false
- name: Setup Rust
uses: leynos/shared-actions/.github/actions/setup-rust@8add2d99854a5b77548eae98cca59202e68fefc8
uses: leynos/shared-actions/.github/actions/setup-rust@f4764bea8d813b1a8f7ebc37a44907d3c3b1e0e4
- name: Install mold linker
if: runner.os == 'Linux'
run: |
Expand All @@ -29,7 +29,7 @@ jobs:
sudo apt-get update \
&& sudo apt-get install --yes --no-install-recommends clang lld mold
- name: Setup uv
uses: astral-sh/setup-uv@7cd5f7fd2eaeae38d760e45314eb32769f5ffe96
uses: astral-sh/setup-uv@d08d816a1ea176d61a318eff45abd3dffef415b1
- name: Check spelling
run: make spelling
- name: Install template test tools
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dependabot-automerge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@ jobs:
# The token is not used for any external cloud auth.
id-token: write
if: ${{ github.event_name == 'workflow_dispatch' || github.actor == 'dependabot[bot]' }}
uses: leynos/shared-actions/.github/workflows/dependabot-automerge.yml@8add2d99854a5b77548eae98cca59202e68fefc8
uses: leynos/shared-actions/.github/workflows/dependabot-automerge.yml@f4764bea8d813b1a8f7ebc37a44907d3c3b1e0e4
with:
pull-request-number: ${{ inputs.pull-request-number || github.event.pull_request.number }}
Loading