Skip to content

Commit c66efa3

Browse files
authored
Merge pull request #50 from MAIF/dependabot/github_actions/actions/setup-python-6
chore(gh-actions): bump actions/setup-python from 5 to 6
2 parents b22d7f7 + fba927b commit c66efa3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci-cd-mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
steps:
2222
- uses: actions/checkout@v5
2323
- name: Install Python
24-
uses: actions/setup-python@v5
24+
uses: actions/setup-python@v6
2525
with:
2626
python-version: '3.11'
2727
- name: Install package with optional dependency 'doc'

.github/workflows/ci-cd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
- name: Checkout
2222
uses: actions/checkout@v5
2323
- name: Set up Python version
24-
uses: actions/setup-python@v5
24+
uses: actions/setup-python@v6
2525
with:
2626
python-version: |
2727
3.9
@@ -54,7 +54,7 @@
5454
- name: Checkout
5555
uses: actions/checkout@v5
5656
- name: Set up Python version
57-
uses: actions/setup-python@v5
57+
uses: actions/setup-python@v6
5858
with:
5959
python-version: '3.13'
6060
- name: Build package

0 commit comments

Comments
 (0)