Skip to content

Commit 6ffc22e

Browse files
Bump actions/setup-python from 5 to 6
1 parent cf5fbeb commit 6ffc22e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
with:
2222
path: "gmazoyer.peering_manager"
2323
- name: Setup Python
24-
uses: actions/setup-python@v5
24+
uses: actions/setup-python@v6
2525
with:
2626
python-version: "3.x"
2727
- name: Install dependencies
@@ -45,7 +45,7 @@ jobs:
4545
with:
4646
path: "gmazoyer.peering_manager"
4747
- name: Setup Python
48-
uses: actions/setup-python@v5
48+
uses: actions/setup-python@v6
4949
with:
5050
python-version: "3.x"
5151
- name: Install dependencies
@@ -68,7 +68,7 @@ jobs:
6868
with:
6969
path: "gmazoyer.peering_manager"
7070
- name: Setup Python
71-
uses: actions/setup-python@v5
71+
uses: actions/setup-python@v6
7272
with:
7373
python-version: "3.x"
7474
- name: Install Ansible

0 commit comments

Comments
 (0)