Skip to content

Commit 2f89875

Browse files
authored
Merge pull request #159 from OpenSourceBrain/dependabot/github_actions/actions/checkout-7
Bump actions/checkout from 6 to 7
2 parents 61848bf + 1138787 commit 2f89875

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
# - jNeuroML_Moose # not yet working on py3.12
5555

5656
steps:
57-
- uses: actions/checkout@v6
57+
- uses: actions/checkout@v7
5858
- name: Set up Python ${{ matrix.python-version }}
5959
uses: actions/setup-python@v6
6060
with:

.github/workflows/ci_versions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
python-version: "3.9"
2525

2626
steps:
27-
- uses: actions/checkout@v6
27+
- uses: actions/checkout@v7
2828

2929
- name: Set up Python ${{ matrix.python-version }}
3030
uses: actions/setup-python@v6

.github/workflows/python-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212

1313
steps:
14-
- uses: actions/checkout@v6
14+
- uses: actions/checkout@v7
1515
- name: Set up Python
1616
uses: actions/setup-python@v6
1717
with:

0 commit comments

Comments
 (0)