Skip to content

Commit 737a7d5

Browse files
committed
Bump checkout actions to v4 for Node20
1 parent 08bc5c0 commit 737a7d5

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build_windows.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
platform: x64
3636
boost-lib: 64
3737
steps:
38-
- uses: actions/checkout@v3
38+
- uses: actions/checkout@v4
3939
- name: get QuantLib
4040
run: |
4141
git submodule update --init

.github/workflows/linux_build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
name: building
2727
runs-on: ubuntu-22.04
2828
steps:
29-
- uses: actions/checkout@v3
29+
- uses: actions/checkout@v4
3030
- name: get QuantLib
3131
run: |
3232
git submodule update --init

.github/workflows/macos_ARM64_build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
build:
2626
runs-on: macos-11
2727
steps:
28-
- uses: actions/checkout@v3
28+
- uses: actions/checkout@v4
2929
- name: get QuantLib
3030
run: |
3131
git submodule update --init

0 commit comments

Comments
 (0)