Skip to content

Commit cd636fb

Browse files
authored
Merge pull request #158 from HECBioSim/dependabot/github_actions/actions/setup-python-6.0.0
2 parents a3a371a + 66459c1 commit cd636fb

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
uses: actions/[email protected]
1919

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

@@ -39,7 +39,7 @@ jobs:
3939
steps:
4040
- uses: actions/[email protected]
4141
- name: Set up Python
42-
uses: actions/setup-python@v5.6.0
42+
uses: actions/setup-python@v6.0.0
4343
with:
4444
python-version: 3.13
4545
- name: Install python dependencies
@@ -55,7 +55,7 @@ jobs:
5555
# steps:
5656
# - uses: actions/[email protected]
5757
# - name: Set up Python
58-
# uses: actions/setup-python@v5.6.0
58+
# uses: actions/setup-python@v6.0.0
5959
# with:
6060
# python-version: 3.13
6161
# - 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/[email protected]
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)