Skip to content

Commit 7971dd3

Browse files
feat(Dependencies): Update actions/checkout action to v5.0.1 (#420)
| datasource | package | from | to | | ----------- | ---------------- | ------ | ------ | | github-tags | actions/checkout | v5.0.0 | v5.0.1 | Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 7c95f7d commit 7971dd3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build_image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- uses: actions/setup-python@v6
1313
with:
1414
python-version: '3.14' # Version range or exact version of a Python version to use, using SemVer's version range syntax
15-
- uses: actions/checkout@v5.0.0
15+
- uses: actions/checkout@v5.0.1
1616
- name: Build with retry
1717
uses: Wandalen/wretry.action@v3.8.0
1818
with:

0 commit comments

Comments
 (0)