diff options
author | fanquake <fanquake@gmail.com> | 2023-09-05 11:42:04 +0300 |
---|---|---|
committer | fanquake <fanquake@gmail.com> | 2023-09-05 11:43:51 +0300 |
commit | 818bfd6dfe668a7fdda24b693618243cbed55c82 (patch) | |
tree | 8046f1144b7248bd0dd0825dd7557689960f7b52 | |
parent | 337d6f35a29c2a009e22860c6e2fc93b79b650d8 (diff) | |
parent | f10acecd436a1ef26a7c139c7d039913560e8f3c (diff) |
Merge bitcoin/bitcoin#28402: ci: Bump `actions/checkout` version
f10acecd436a1ef26a7c139c7d039913560e8f3c ci: Bump `actions/checkout` version (Hennadii Stepanov)
Pull request description:
See: https://github.com/actions/checkout/releases/tag/v4.0.0.
ACKs for top commit:
MarcoFalke:
lgtm ACK f10acecd436a1ef26a7c139c7d039913560e8f3c
Tree-SHA512: fc71876ee1df881a61295fc3b3cd3dac0c17b3651ad725076d3ff0b8975bab0d37c03cd421e6e88ddcf2e28910c96e3f1fa8fd5d5280e06e5a7a7ec683f7b930
-rw-r--r-- | .github/workflows/ci.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a3b5e869bd..1bdaf8523d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -40,7 +40,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Clang version run: clang --version @@ -90,7 +90,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Fix Visual Studio installation # See: https://github.com/actions/runner-images/issues/7832#issuecomment-1617585694. |