diff --git a/.github/workflows/build_image.yml b/.github/workflows/build_image.yml index 310a6f3..07048d9 100644 --- a/.github/workflows/build_image.yml +++ b/.github/workflows/build_image.yml @@ -12,7 +12,7 @@ jobs: - uses: actions/setup-python@v6 with: python-version: '3.14' # Version range or exact version of a Python version to use, using SemVer's version range syntax - - uses: actions/checkout@v6.0.1 + - uses: actions/checkout@v6.0.2 - name: Build with retry uses: Wandalen/wretry.action@v3.8.0 with: