Skip to content

Commit 7b62a79

Browse files
Bump actions/checkout from 5 to 6
1 parent 1e65e57 commit 7b62a79

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.netbox'
2323
- name: Setup Python
@@ -42,7 +42,7 @@ jobs:
4242
- ubuntu2204
4343
- ubuntu2404
4444
steps:
45-
- uses: actions/checkout@v5
45+
- uses: actions/checkout@v6
4646
with:
4747
path: 'gmazoyer.netbox'
4848
- 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.netbox'
7070
- name: Setup Python

0 commit comments

Comments
 (0)