Skip to content
Open
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
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
name: Rust contracts
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v7
- uses: stellar/stellar-cli@v27.0.0
with:
version: 27.0.0
Expand All @@ -42,7 +42,7 @@ jobs:
needs: rust
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v7
- uses: actions/download-artifact@v4
with:
name: optimized-wasm
Expand All @@ -66,7 +66,7 @@ jobs:
contents: read
checks: write
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v7
with:
fetch-depth: 0
- uses: rustsec/audit-check@v2
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
contents: write
id-token: write
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v7
with:
fetch-depth: 2
- uses: actions/setup-node@v4
Expand Down Expand Up @@ -159,7 +159,7 @@ jobs:
contents: read
id-token: write
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v7
- uses: stellar/stellar-cli@v27.0.0
with:
version: 27.0.0
Expand Down Expand Up @@ -212,7 +212,7 @@ jobs:
RELEASE_TAG: ${{ inputs.release_tag }}
RECORDING_URL: ${{ inputs.recording_url }}
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v7
with:
fetch-depth: 2
ref: ${{ inputs.release_tag }}
Expand Down
Loading