mirror of
https://github.com/Retropex/bitcoin.git
synced 2025-05-30 05:52:33 +02:00
ci: Bump actions/checkout
version
See: https://github.com/actions/checkout/releases/tag/v4.0.0
This commit is contained in:
parent
6f03c45f6b
commit
f10acecd43
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.
|
||||||
|
Loading…
Reference in New Issue
Block a user