Skip to content

Commit 51f6db6

Browse files
authored
Merge pull request #213 from CCPBioSim/dependabot/github_actions/actions/setup-python-6.1.0
Bump actions/setup-python from 6.0.0 to 6.1.0
2 parents ac43f56 + 1694c62 commit 51f6db6

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/mdanalysis-compatibility.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
uses: actions/checkout@v6
2222

2323
- name: Set up Python ${{ matrix.python-version }}
24-
uses: actions/setup-python@v6.0.0
24+
uses: actions/setup-python@v6.1.0
2525
with:
2626
python-version: ${{ matrix.python-version }}
2727

.github/workflows/project-ci.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
uses: actions/checkout@v6
2222

2323
- name: Set up Python ${{ matrix.python-version }}
24-
uses: actions/setup-python@v6.0.0
24+
uses: actions/setup-python@v6.1.0
2525
with:
2626
python-version: ${{ matrix.python-version }}
2727

@@ -42,7 +42,7 @@ jobs:
4242
steps:
4343
- uses: actions/checkout@v6
4444
- name: Set up Python 3.14
45-
uses: actions/setup-python@v6.0.0
45+
uses: actions/setup-python@v6.1.0
4646
with:
4747
python-version: 3.14
4848
- name: Install python dependencies
@@ -58,7 +58,7 @@ jobs:
5858
steps:
5959
- uses: actions/checkout@v6
6060
- name: Set up Python 3.14
61-
uses: actions/setup-python@v6.0.0
61+
uses: actions/setup-python@v6.1.0
6262
with:
6363
python-version: 3.14
6464
- name: Install python dependencies

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
uses: actions/checkout@v6
2222

2323
- name: Set up Python
24-
uses: actions/setup-python@v6.0.0
24+
uses: actions/setup-python@v6.1.0
2525
with:
2626
python-version: 3.14
2727

@@ -131,7 +131,7 @@ jobs:
131131
ref: main
132132

133133
- name: Set up Python
134-
uses: actions/setup-python@v6.0.0
134+
uses: actions/setup-python@v6.1.0
135135
with:
136136
python-version: 3.14
137137

0 commit comments

Comments
 (0)