We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fce8bb5 commit 61cc969Copy full SHA for 61cc969
.github/workflows/ci.yml
@@ -17,7 +17,7 @@ jobs:
17
name: lint
18
runs-on: ubuntu-latest
19
steps:
20
- - uses: actions/checkout@v5
+ - uses: actions/checkout@v6
21
with:
22
path: "gmazoyer.peering_manager"
23
- name: Setup Python
@@ -41,7 +41,7 @@ jobs:
41
- ubuntu2204
42
- ubuntu2404
43
44
45
46
47
@@ -64,7 +64,7 @@ jobs:
64
65
needs: [lint, molecule]
66
67
68
69
70
0 commit comments