Skip to content

Commit 1e65e57

Browse files
Bump actions/setup-python from 5 to 6
1 parent 4467c18 commit 1e65e57

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.netbox'
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
@@ -46,7 +46,7 @@ jobs:
4646
with:
4747
path: 'gmazoyer.netbox'
4848
- name: Setup Python
49-
uses: actions/setup-python@v5
49+
uses: actions/setup-python@v6
5050
with:
5151
python-version: '3.x'
5252
- name: Install dependencies
@@ -68,7 +68,7 @@ jobs:
6868
with:
6969
path: 'gmazoyer.netbox'
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 dependencies

0 commit comments

Comments
 (0)