Update actions/checkout action to v5

This commit is contained in:
renovate[bot]
2025-08-15 22:06:31 +00:00
committed by GitHub
parent 525401952f
commit d351fa6cb2

View File

@@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
- name: Setup Python
uses: actions/setup-python@v5