Skip to content

Commit 29e74c3

Browse files
Merge pull request #216 from NeuralEnsemble/dependabot/github_actions/actions/setup-python-7
chore(deps): bump actions/setup-python from 6 to 7
2 parents f03db29 + 286fd81 commit 29e74c3

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
@@ -26,7 +26,7 @@ jobs:
2626
- uses: actions/checkout@v7
2727

2828
- name: Set up Python ${{ matrix.python-version }}
29-
uses: actions/setup-python@v6
29+
uses: actions/setup-python@v7
3030
with:
3131
python-version: ${{ matrix.python-version }}
3232

.github/workflows/python-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
steps:
2121
- uses: actions/checkout@v7
2222
- name: Set up Python
23-
uses: actions/setup-python@v6
23+
uses: actions/setup-python@v7
2424
with:
2525
python-version: '3.x'
2626
- name: Install dependencies

.github/workflows/regenerate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- uses: actions/checkout@v7
1919

2020
- name: Set up Python ${{ matrix.python-version }}
21-
uses: actions/setup-python@v6
21+
uses: actions/setup-python@v7
2222
with:
2323
python-version: ${{ matrix.python-version }}
2424

0 commit comments

Comments
 (0)