mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-11 22:50:59 +01:00
ci: Bump actions/checkout version
See: https://github.com/actions/checkout/releases/tag/v4.0.0
This commit is contained in:
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@@ -40,7 +40,7 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Clang version
|
- name: Clang version
|
||||||
run: clang --version
|
run: clang --version
|
||||||
@@ -90,7 +90,7 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Fix Visual Studio installation
|
- name: Fix Visual Studio installation
|
||||||
# See: https://github.com/actions/runner-images/issues/7832#issuecomment-1617585694.
|
# See: https://github.com/actions/runner-images/issues/7832#issuecomment-1617585694.
|
||||||
|
|||||||
Reference in New Issue
Block a user