Skip to content

Commit 41be5fb

Browse files
authored
Merge pull request #7 from s-celles/dependabot/github_actions/actions/setup-python-6
ci(deps): bump actions/setup-python from 5 to 6
2 parents e48c438 + 5cdfed8 commit 41be5fb

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
fetch-depth: 0
3434

3535
- name: Setup Python
36-
uses: actions/setup-python@v5
36+
uses: actions/setup-python@v6
3737
with:
3838
python-version: '3.11'
3939
cache: 'pip'

.github/workflows/test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- uses: actions/checkout@v5
1717

1818
- name: Set up Python
19-
uses: actions/setup-python@v5
19+
uses: actions/setup-python@v6
2020
with:
2121
python-version: '3.11'
2222

@@ -60,7 +60,7 @@ jobs:
6060
- uses: actions/checkout@v5
6161

6262
- name: Set up Python ${{ matrix.python-version }}
63-
uses: actions/setup-python@v5
63+
uses: actions/setup-python@v6
6464
with:
6565
python-version: ${{ matrix.python-version }}
6666

@@ -103,7 +103,7 @@ jobs:
103103
- uses: actions/checkout@v5
104104

105105
- name: Set up Python
106-
uses: actions/setup-python@v5
106+
uses: actions/setup-python@v6
107107
with:
108108
python-version: '3.11'
109109

@@ -149,7 +149,7 @@ jobs:
149149
- uses: actions/checkout@v5
150150

151151
- name: Set up Python
152-
uses: actions/setup-python@v5
152+
uses: actions/setup-python@v6
153153
with:
154154
python-version: '3.11'
155155

0 commit comments

Comments
 (0)