Update actions/checkout action to v6

This commit is contained in:
renovate[bot]
2025-11-20 18:38:17 +00:00
committed by GitHub
parent cff630efa0
commit 0f2fb47d9c
2 changed files with 3 additions and 3 deletions

View File

@@ -32,7 +32,7 @@ jobs:
steps:
- id: source-checkout
name: Checkout
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
ref: ${{ matrix.build.branch }}
- id: set-netbox-docker-version