Bump actions/checkout from 4 to 5
- ID
60473ec- date
2025-08-18 13:22:18+00:00- author
dependabot <https://github.com/dependabot>- parent
2ad70ca- message
Bump actions/checkout from 4 to 5 Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v4...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>- changed files
1 file, 1 addition, 1 deletion
Changed files
.github/workflows/main.yml (824) → .github/workflows/main.yml (824)
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 4cb30bd..efe67eb 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -15,7 +15,7 @@ jobs:
steps:
- name: Check out repository code
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
- name: Setup Python
uses: actions/setup-python@v5