We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf5fbeb commit 6ffc22eCopy full SHA for 6ffc22e
.github/workflows/ci.yml
@@ -21,7 +21,7 @@ jobs:
21
with:
22
path: "gmazoyer.peering_manager"
23
- name: Setup Python
24
- uses: actions/setup-python@v5
+ uses: actions/setup-python@v6
25
26
python-version: "3.x"
27
- name: Install dependencies
@@ -45,7 +45,7 @@ jobs:
45
46
47
48
49
50
51
@@ -68,7 +68,7 @@ jobs:
68
69
70
71
72
73
74
- name: Install Ansible
0 commit comments