Skip to content

Commit 61cc969

Browse files
Bump actions/checkout from 5 to 6
1 parent fce8bb5 commit 61cc969

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
@@ -17,7 +17,7 @@ jobs:
1717
name: lint
1818
runs-on: ubuntu-latest
1919
steps:
20-
- uses: actions/checkout@v5
20+
- uses: actions/checkout@v6
2121
with:
2222
path: "gmazoyer.peering_manager"
2323
- name: Setup Python
@@ -41,7 +41,7 @@ jobs:
4141
- ubuntu2204
4242
- ubuntu2404
4343
steps:
44-
- uses: actions/checkout@v5
44+
- uses: actions/checkout@v6
4545
with:
4646
path: "gmazoyer.peering_manager"
4747
- name: Setup Python
@@ -64,7 +64,7 @@ jobs:
6464
runs-on: ubuntu-latest
6565
needs: [lint, molecule]
6666
steps:
67-
- uses: actions/checkout@v5
67+
- uses: actions/checkout@v6
6868
with:
6969
path: "gmazoyer.peering_manager"
7070
- name: Setup Python

0 commit comments

Comments
 (0)