Skip to content
Closed

. #33933

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 @@ -66,7 +66,7 @@ jobs:
- name: Determine fetch depth
run: echo "FETCH_DEPTH=$((${{ github.event.pull_request.commits }} + 2))" >> "$GITHUB_ENV"
- *ANNOTATION_PR_NUMBER
- uses: actions/checkout@v5
- uses: actions/checkout@v6
with:
ref: ${{ github.event.pull_request.head.sha }}
fetch-depth: ${{ env.FETCH_DEPTH }}
Expand Down Expand Up @@ -148,7 +148,7 @@ jobs:

- &CHECKOUT
name: Checkout
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
# Ensure the latest merged pull request state is used, even on re-runs.
ref: &CHECKOUT_REF_TMPL ${{ github.event_name == 'pull_request' && github.ref || '' }}
Expand Down Expand Up @@ -610,7 +610,7 @@ jobs:
- *ANNOTATION_PR_NUMBER

- name: Checkout
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
ref: *CHECKOUT_REF_TMPL
fetch-depth: 0
Expand Down
8 changes: 4 additions & 4 deletions src/ipc/libmultiprocess/.github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
run:
shell: openbsd {0}
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6

- name: Start OpenBSD VM
uses: vmactions/openbsd-vm@v1
Expand Down Expand Up @@ -41,7 +41,7 @@ jobs:
run:
shell: freebsd {0}
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6

- name: Start FreeBSD VM
uses: vmactions/freebsd-vm@v1
Expand All @@ -61,7 +61,7 @@ jobs:
name: build • macos

steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6

- name: Install dependencies
env:
Expand All @@ -84,7 +84,7 @@ jobs:
name: build • ${{ matrix.config }}

steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6

- name: Install Nix
uses: cachix/install-nix-action@v31 # 2025-05-27, from https://github.com/cachix/install-nix-action/tags
Expand Down
2 changes: 1 addition & 1 deletion src/secp256k1/.github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ jobs:
steps:
- &CHECKOUT
name: Checkout
uses: actions/checkout@v5
uses: actions/checkout@v6

- &CI_SCRIPT_IN_DOCKER
name: CI script
Expand Down