ci: update actions/checkout to v4 (#233)

* ci: update `actions/checkout` to v4
This commit is contained in:
Gareth Jones
2025-07-15 07:52:04 +12:00
committed by GitHub
parent 76e5edb357
commit 7edbc5a22b
2 changed files with 2 additions and 2 deletions

View File

@@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v2
with: