Skip to content

Commit 7a8d164

Browse files
authored
Merge pull request #38 from HECBioSim/dependabot/github_actions/actions/setup-python-6.3.0
Bump actions/setup-python from 6.2.0 to 6.3.0
2 parents e05a9e7 + 5919b94 commit 7a8d164

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
uses: actions/checkout@v7.0.0
2020

2121
- name: Set up Python ${{ matrix.python-version }}
22-
uses: actions/setup-python@v6.2.0
22+
uses: actions/setup-python@v6.3.0
2323
with:
2424
python-version: ${{ matrix.python-version }}
2525

@@ -54,7 +54,7 @@ jobs:
5454
steps:
5555
- uses: actions/checkout@v7.0.0
5656
- name: Set up Python 3.13
57-
uses: actions/setup-python@v6.2.0
57+
uses: actions/setup-python@v6.3.0
5858
with:
5959
python-version: 3.13
6060
- name: Install python dependencies
@@ -70,7 +70,7 @@ jobs:
7070
steps:
7171
- uses: actions/checkout@v7.0.0
7272
- name: Set up Python 3.13
73-
uses: actions/setup-python@v6.2.0
73+
uses: actions/setup-python@v6.3.0
7474
with:
7575
python-version: 3.13
7676
- name: Install python dependencies

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
uses: actions/checkout@v7.0.0
2323

2424
- name: Set up Python
25-
uses: actions/setup-python@v6.2.0
25+
uses: actions/setup-python@v6.3.0
2626
with:
2727
python-version: 3.13
2828

@@ -123,7 +123,7 @@ jobs:
123123
ref: main
124124

125125
- name: Set up Python
126-
uses: actions/setup-python@v6.2.0
126+
uses: actions/setup-python@v6.3.0
127127
with:
128128
python-version: 3.13
129129

0 commit comments

Comments
 (0)