Skip to content

Commit 9fc3a16

Browse files
authored
Merge pull request #144 from VectorInstitute/dependabot/github_actions/actions/setup-python-6
Bump actions/setup-python from 5 to 6
2 parents 029b9c8 + df30bd6 commit 9fc3a16

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/code_checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
version: "0.5.21"
3737
enable-cache: true
3838
- name: "Set up Python"
39-
uses: actions/setup-python@v5.5.0
39+
uses: actions/setup-python@v6
4040
with:
4141
python-version-file: ".python-version"
4242
- name: Install the project

.github/workflows/docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
enable-cache: true
6363

6464
- name: Set up Python
65-
uses: actions/setup-python@v5
65+
uses: actions/setup-python@v6
6666
with:
6767
python-version-file: ".python-version"
6868

@@ -99,7 +99,7 @@ jobs:
9999
enable-cache: true
100100

101101
- name: Set up Python
102-
uses: actions/setup-python@v5
102+
uses: actions/setup-python@v6
103103
with:
104104
python-version-file: ".python-version"
105105

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
version: "0.6.6"
2222
enable-cache: true
2323

24-
- uses: actions/setup-python@v5.5.0
24+
- uses: actions/setup-python@v6
2525
with:
2626
python-version: '3.10'
2727

.github/workflows/unit_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
enable-cache: true
5454

5555
- name: "Set up Python ${{ matrix.python-version }}"
56-
uses: actions/setup-python@v5.5.0
56+
uses: actions/setup-python@v6
5757
with:
5858
python-version: ${{ matrix.python-version }}
5959

0 commit comments

Comments
 (0)