Skip to content

Commit 99c5870

Browse files
authored
Merge pull request #44 from IBEXImagingCommunity/dependabot/github_actions/actions/setup-python-6
Bump actions/setup-python from 5 to 6
2 parents 078e035 + 25838f2 commit 99c5870

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
with:
1919
fetch-depth: 0
2020
- name: Set up Python 3.10
21-
uses: actions/setup-python@v5
21+
uses: actions/setup-python@v6
2222
with:
2323
python-version: "3.10"
2424
- name: Run pre-commit tests
@@ -32,7 +32,7 @@ jobs:
3232
steps:
3333
- uses: actions/checkout@v5
3434
- name: Set up Python 3.10
35-
uses: actions/setup-python@v5
35+
uses: actions/setup-python@v6
3636
with:
3737
python-version: "3.10"
3838
- name: Install dependencies
@@ -76,7 +76,7 @@ jobs:
7676
steps:
7777
- uses: actions/checkout@v5
7878
- name: Set up Python 3.10
79-
uses: actions/setup-python@v5
79+
uses: actions/setup-python@v6
8080
with:
8181
python-version: "3.10"
8282
- name: Prepare release notes

0 commit comments

Comments
 (0)