mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-08-30 13:50:51 +02:00
Merge bitcoin/bitcoin#33171: ci: Update actions/checkout
version
f83c01d882
ci: Update `actions/checkout` version (Hennadii Stepanov) Pull request description: See: https://github.com/actions/checkout/releases/tag/v5.0.0. ACKs for top commit: bc1cindy: ACKf83c01d8
pablomartin4btc: ACKf83c01d882
janb84: ACKf83c01d882
Tree-SHA512: 491652abcb99f6e5c9a7bc66867c5e5fc7032d35d091cdbef5cdf7ed125bd93e612c058a771373e4a67ddc320b3bb8e22a6294aeade73df0f24b5584df8e47ab
This commit is contained in:
12
.github/workflows/ci.yml
vendored
12
.github/workflows/ci.yml
vendored
@@ -38,7 +38,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Determine fetch depth
|
- name: Determine fetch depth
|
||||||
run: echo "FETCH_DEPTH=$((${{ github.event.pull_request.commits }} + 2))" >> "$GITHUB_ENV"
|
run: echo "FETCH_DEPTH=$((${{ github.event.pull_request.commits }} + 2))" >> "$GITHUB_ENV"
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v5
|
||||||
with:
|
with:
|
||||||
ref: ${{ github.event.pull_request.head.sha }}
|
ref: ${{ github.event.pull_request.head.sha }}
|
||||||
fetch-depth: ${{ env.FETCH_DEPTH }}
|
fetch-depth: ${{ env.FETCH_DEPTH }}
|
||||||
@@ -116,7 +116,7 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v5
|
||||||
|
|
||||||
- name: Clang version
|
- name: Clang version
|
||||||
run: |
|
run: |
|
||||||
@@ -183,7 +183,7 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v5
|
||||||
|
|
||||||
- name: Configure Developer Command Prompt for Microsoft Visual C++
|
- name: Configure Developer Command Prompt for Microsoft Visual C++
|
||||||
# Using microsoft/setup-msbuild is not enough.
|
# Using microsoft/setup-msbuild is not enough.
|
||||||
@@ -293,7 +293,7 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v5
|
||||||
|
|
||||||
- name: Set CI directories
|
- name: Set CI directories
|
||||||
run: |
|
run: |
|
||||||
@@ -347,7 +347,7 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v5
|
||||||
|
|
||||||
- name: Download built executables
|
- name: Download built executables
|
||||||
uses: actions/download-artifact@v4
|
uses: actions/download-artifact@v4
|
||||||
@@ -416,7 +416,7 @@ jobs:
|
|||||||
DANGER_CI_ON_HOST_FOLDERS: 1
|
DANGER_CI_ON_HOST_FOLDERS: 1
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v5
|
||||||
|
|
||||||
- name: Set CI directories
|
- name: Set CI directories
|
||||||
run: |
|
run: |
|
||||||
|
Reference in New Issue
Block a user