Update actions/checkout action to v5

This commit is contained in:
renovate[bot]
2025-08-11 15:30:00 +00:00
committed by GitHub
parent 1d8a31be83
commit e9b6231d03
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@v4
uses: actions/checkout@v5
with:
ref: ${{ matrix.build.branch }}
- id: set-netbox-docker-version