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
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ jobs:
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
with:
repository: Verdenroz/soothfast
ref: 80b18d8831521646b65fec79c6df14d6f763c602 # v0.3.1
ref: 69e2e9250414bd1dcaa1f45529f1e3fe12c593dd # v0.3.2
path: soothfast-action
sparse-checkout: action
persist-credentials: false
Expand All @@ -124,7 +124,7 @@ jobs:
sudo apt-get update
sudo apt-get install -y valgrind
- name: Install cargo-soothfast
uses: Verdenroz/soothfast@80b18d8831521646b65fec79c6df14d6f763c602 # v0.3.1
uses: Verdenroz/soothfast@69e2e9250414bd1dcaa1f45529f1e3fe12c593dd # v0.3.2
with:
gate: false
changelog: false
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/io-probe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
with:
repository: Verdenroz/soothfast
ref: 80b18d8831521646b65fec79c6df14d6f763c602 # v0.3.1
ref: 69e2e9250414bd1dcaa1f45529f1e3fe12c593dd # v0.3.2
path: soothfast-action
sparse-checkout: action
persist-credentials: false
Expand All @@ -49,7 +49,7 @@ jobs:
shared-key: io-probe
cache-on-failure: true
- name: Install cargo-soothfast
uses: Verdenroz/soothfast@80b18d8831521646b65fec79c6df14d6f763c602 # v0.3.1
uses: Verdenroz/soothfast@69e2e9250414bd1dcaa1f45529f1e3fe12c593dd # v0.3.2
with:
gate: false
changelog: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sdk-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
with:
enable-cache: false
- name: Install cargo-soothfast
uses: Verdenroz/soothfast@80b18d8831521646b65fec79c6df14d6f763c602 # v0.3.1
uses: Verdenroz/soothfast@69e2e9250414bd1dcaa1f45529f1e3fe12c593dd # v0.3.2
with:
gate: false
changelog: false
Expand Down
16 changes: 8 additions & 8 deletions .github/workflows/soothfast.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ jobs:
restore-keys: |
soothfast-runs-${{ github.ref_name }}-
soothfast-runs-
- uses: Verdenroz/soothfast@80b18d8831521646b65fec79c6df14d6f763c602 # v0.3.1
- uses: Verdenroz/soothfast@69e2e9250414bd1dcaa1f45529f1e3fe12c593dd # v0.3.2
with:
packages: finance-query
features: bench-gate
Expand Down Expand Up @@ -136,7 +136,7 @@ jobs:
sudo apt-get update
sudo apt-get install -y valgrind
- name: Install cargo-soothfast
uses: Verdenroz/soothfast@80b18d8831521646b65fec79c6df14d6f763c602 # v0.3.1
uses: Verdenroz/soothfast@69e2e9250414bd1dcaa1f45529f1e3fe12c593dd # v0.3.2
with:
gate: false
changelog: false
Expand Down Expand Up @@ -186,7 +186,7 @@ jobs:
shared-key: docs-binds
save-if: ${{ github.ref == 'refs/heads/master' }}
- name: Install cargo-soothfast
uses: Verdenroz/soothfast@80b18d8831521646b65fec79c6df14d6f763c602 # v0.3.1
uses: Verdenroz/soothfast@69e2e9250414bd1dcaa1f45529f1e3fe12c593dd # v0.3.2
with:
gate: false
changelog: false
Expand Down Expand Up @@ -236,7 +236,7 @@ jobs:
shared-key: spec
save-if: ${{ github.ref == 'refs/heads/master' }}
- name: Install cargo-soothfast
uses: Verdenroz/soothfast@80b18d8831521646b65fec79c6df14d6f763c602 # v0.3.1
uses: Verdenroz/soothfast@69e2e9250414bd1dcaa1f45529f1e3fe12c593dd # v0.3.2
with:
gate: false
changelog: false
Expand Down Expand Up @@ -287,7 +287,7 @@ jobs:
shared-key: spec
save-if: ${{ github.ref == 'refs/heads/master' }}
- name: Install cargo-soothfast
uses: Verdenroz/soothfast@80b18d8831521646b65fec79c6df14d6f763c602 # v0.3.1
uses: Verdenroz/soothfast@69e2e9250414bd1dcaa1f45529f1e3fe12c593dd # v0.3.2
with:
gate: false
changelog: false
Expand Down Expand Up @@ -326,7 +326,7 @@ jobs:
# near-empty target; saving would poison the shared spec key
save-if: false
- name: Install cargo-soothfast
uses: Verdenroz/soothfast@80b18d8831521646b65fec79c6df14d6f763c602 # v0.3.1
uses: Verdenroz/soothfast@69e2e9250414bd1dcaa1f45529f1e3fe12c593dd # v0.3.2
with:
gate: false
changelog: false
Expand Down Expand Up @@ -358,7 +358,7 @@ jobs:
shared-key: docs-binds
save-if: ${{ github.ref == 'refs/heads/master' }}
- name: Install cargo-soothfast
uses: Verdenroz/soothfast@80b18d8831521646b65fec79c6df14d6f763c602 # v0.3.1
uses: Verdenroz/soothfast@69e2e9250414bd1dcaa1f45529f1e3fe12c593dd # v0.3.2
with:
gate: false
changelog: false
Expand Down Expand Up @@ -399,7 +399,7 @@ jobs:
run: rustup toolchain install nightly --profile minimal
- uses: Swatinem/rust-cache@c19371144df3bb44fab255c43d04cbc2ab54d1c4 # v2.9.1
- name: Install cargo-soothfast
uses: Verdenroz/soothfast@80b18d8831521646b65fec79c6df14d6f763c602 # v0.3.1
uses: Verdenroz/soothfast@69e2e9250414bd1dcaa1f45529f1e3fe12c593dd # v0.3.2
with:
gate: false
changelog: false
Expand Down
Loading