Bump actions/checkout action from v4 to v5

This commit is contained in:
dghubble-renovate[bot]
2025-08-12 00:40:30 +00:00
committed by Dalton Hubble
parent b57ed43440
commit 6111b3faa5

View File

@@ -8,7 +8,7 @@ jobs:
steps:
# Checkout repo to GitHub Actions runner
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v5
# Install Python
- name: Setup Python