Skip to content

Commit 045528b

Browse files
authored
Merge pull request #93 from PalamaraLab/dependabot/github_actions/actions/checkout-5
build(deps): bump actions/checkout from 4 to 5
2 parents 7d087dc + a8e059e commit 045528b

6 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/build-cpp-libs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
steps:
3535

3636
- name: checkout repo & submodules
37-
uses: actions/checkout@v4
37+
uses: actions/checkout@v5
3838

3939
- name: install system packages
4040
run: |

.github/workflows/build-wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454

5555
steps:
5656
- name: checkout repo & submodules
57-
uses: actions/checkout@v4
57+
uses: actions/checkout@v5
5858
with:
5959
fetch-depth: 0
6060

.github/workflows/ctest-macos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212

1313
steps:
1414
- name: checkout repo & submodules
15-
uses: actions/checkout@v4
15+
uses: actions/checkout@v5
1616

1717
- name: install system packages
1818
run: brew install boost

.github/workflows/ctest-ubuntu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515

1616
steps:
1717
- name: checkout repo & submodules
18-
uses: actions/checkout@v4
18+
uses: actions/checkout@v5
1919

2020
- name: install system packages
2121
run: |

.github/workflows/pytest-ubuntu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
steps:
2222

2323
- name: checkout repo & submodules
24-
uses: actions/checkout@v4
24+
uses: actions/checkout@v5
2525
with:
2626
fetch-depth: 0
2727

.github/workflows/regen-snapshot-data.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-24.04
1010
steps:
1111
- name: Checkout repo & submodules
12-
uses: actions/checkout@v4
12+
uses: actions/checkout@v5
1313

1414
- name: Set up Python
1515
uses: actions/setup-python@v6

0 commit comments

Comments
 (0)