Skip to content

Commit a81e03b

Browse files
authored
Merge pull request #155 from CCPBioSim/dependabot/github_actions/actions/setup-python-6.0.0
Bump actions/setup-python from 5.6.0 to 6.0.0
2 parents f7dd2d7 + 899220a commit a81e03b

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/project-ci.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
uses: actions/checkout@v5.0.0
2121

2222
- name: Set up Python ${{ matrix.python-version }}
23-
uses: actions/setup-python@v5.6.0
23+
uses: actions/setup-python@v6.0.0
2424
with:
2525
python-version: ${{ matrix.python-version }}
2626

@@ -41,7 +41,7 @@ jobs:
4141
steps:
4242
- uses: actions/checkout@v5.0.0
4343
- name: Set up Python 3.13
44-
uses: actions/setup-python@v5.6.0
44+
uses: actions/setup-python@v6.0.0
4545
with:
4646
python-version: 3.13
4747
- name: Install python dependencies
@@ -57,7 +57,7 @@ jobs:
5757
steps:
5858
- uses: actions/checkout@v5.0.0
5959
- name: Set up Python 3.13
60-
uses: actions/setup-python@v5.6.0
60+
uses: actions/setup-python@v6.0.0
6161
with:
6262
python-version: 3.13
6363
- name: Install python dependencies
@@ -83,7 +83,7 @@ jobs:
8383
uses: actions/checkout@v5.0.0
8484

8585
- name: Set up Python ${{ matrix.python-version }}
86-
uses: actions/setup-python@v5.6.0
86+
uses: actions/setup-python@v6.0.0
8787
with:
8888
python-version: ${{ matrix.python-version }}
8989

.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@v5.0.0
2222

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

@@ -113,7 +113,7 @@ jobs:
113113
ref: main
114114

115115
- name: Set up Python
116-
uses: actions/setup-python@v5.6.0
116+
uses: actions/setup-python@v6.0.0
117117
with:
118118
python-version: 3.13
119119

0 commit comments

Comments
 (0)