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
4 changes: 2 additions & 2 deletions .github/workflows/build-c-libraries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
uses: Chia-Network/actions/clean-workspace@main

- name: Checkout code
uses: actions/checkout@v6
uses: actions/checkout@v6.0.2
with:
fetch-depth: 0

Expand All @@ -76,7 +76,7 @@ jobs:

- name: Checkout mpir for windows
if: matrix.os.matrix == 'windows'
uses: actions/checkout@v6
uses: actions/checkout@v6.0.2
with:
repository: Chia-Network/mpir_gc_x64
fetch-depth: 1
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/build-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@v6
uses: actions/checkout@v6.0.2

- name: Install Python
uses: Chia-Network/actions/setup-python@main
Expand Down Expand Up @@ -187,7 +187,7 @@ jobs:

- name: Checkout mpir for Windows
if: matrix.os == 'windows-latest' && steps.cache-mpir.outputs.cache-hit != 'true'
uses: actions/checkout@v6
uses: actions/checkout@v6.0.2
with:
repository: Chia-Network/mpir_gc_x64
fetch-depth: 1
Expand Down Expand Up @@ -904,7 +904,7 @@ jobs:
needs: [build]
if: github.event_name == 'release'
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v6.0.2
with:
fetch-depth: 1

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build-riscv64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
matrix: '3.14'
steps:
- name: Checkout repository
uses: actions/checkout@v6
uses: actions/checkout@v6.0.2
with:
fetch-depth: 0

Expand Down Expand Up @@ -86,7 +86,7 @@ jobs:
- build_wheels
steps:
- name: Checkout code
uses: actions/checkout@v6
uses: actions/checkout@v6.0.2
with:
fetch-depth: 0

Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ jobs:
uses: Chia-Network/actions/clean-workspace@main

- name: Checkout code
uses: actions/checkout@v6
uses: actions/checkout@v6.0.2
with:
fetch-depth: 0

Expand Down Expand Up @@ -161,7 +161,7 @@ jobs:
uses: Chia-Network/actions/clean-workspace@main

- name: Checkout code
uses: actions/checkout@v6
uses: actions/checkout@v6.0.2
with:
fetch-depth: 0

Expand Down Expand Up @@ -189,7 +189,7 @@ jobs:
uses: Chia-Network/actions/clean-workspace@main

- name: Checkout code
uses: actions/checkout@v6
uses: actions/checkout@v6.0.2
with:
fetch-depth: 0

Expand Down Expand Up @@ -220,7 +220,7 @@ jobs:
uses: Chia-Network/actions/clean-workspace@main

- name: Checkout code
uses: actions/checkout@v6
uses: actions/checkout@v6.0.2
with:
fetch-depth: 0

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/check-commit-signing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:

steps:
- name: Checkout Code
uses: actions/checkout@v6
uses: actions/checkout@v6.0.2
with:
fetch-depth: 0

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v6
uses: actions/checkout@v6.0.2
with:
fetch-depth: 0

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/dependency-cursor-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
core.setOutput('head_sha', pr.head?.sha || '');

- name: Checkout repository
uses: actions/checkout@v6
uses: actions/checkout@v6.0.2
with:
ref: ${{ steps.target_pr.outputs.head_sha }}
persist-credentials: false
Expand Down Expand Up @@ -242,7 +242,7 @@ jobs:
run: mkdir -p ".upstream-dependency"

- name: Checkout upstream repository
uses: actions/checkout@v6
uses: actions/checkout@v6.0.2
with:
repository: ${{ steps.dependabot_context.outputs.upstream_repo }}
path: .upstream-dependency
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dependency-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: "Checkout Repository"
uses: actions/checkout@v6
uses: actions/checkout@v6.0.2

- name: "Dependency Review"
uses: actions/dependency-review-action@v5.0.0
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- verify
- verify_n_wesolowski
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v6.0.2
- uses: dtolnay/rust-toolchain@nightly

- name: Cache cargo registry + build artifacts
Expand Down Expand Up @@ -64,7 +64,7 @@ jobs:
name: Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v6.0.2

- name: Set up Rust
uses: dtolnay/rust-toolchain@stable
Expand Down Expand Up @@ -120,7 +120,7 @@ jobs:
matrix: arm

steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v6.0.2

- name: Setup library path on MacOS
if: matrix.os.name == 'macOS'
Expand Down Expand Up @@ -170,7 +170,7 @@ jobs:
fail-fast: false

steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v6.0.2

- name: Set up Rust
uses: dtolnay/rust-toolchain@stable
Expand Down
Loading