From f27574d064d23ed3a3de9eb039580b722d5a8add Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Nov 2025 20:11:23 +0000 Subject: [PATCH] Bump actions/checkout from 4 to 6 Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 6. - [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...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yml | 16 ++++++++-------- .github/workflows/clear-cache.yml | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7c9ce9f..997c7d0 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -27,7 +27,7 @@ jobs: steps: - name: Checkout ${{ github.repository }} - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Get build information from build.toml id: info run: | @@ -61,7 +61,7 @@ jobs: steps: - name: Checkout ${{ github.repository }} - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Cache bzip2 id: cache uses: actions/cache@v4 @@ -109,7 +109,7 @@ jobs: steps: - name: Checkout ${{ github.repository }} - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Cache libffi id: cache uses: actions/cache@v4 @@ -176,7 +176,7 @@ jobs: steps: - name: Checkout ${{ github.repository }} - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Cache XZ Utils id: cache uses: actions/cache@v4 @@ -242,7 +242,7 @@ jobs: steps: - name: Checkout ${{ github.repository }} - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Set up Python ${{ matrix.python-version }} id: py uses: actions/setup-python@v5 @@ -306,7 +306,7 @@ jobs: steps: - name: Checkout ${{ github.repository }} - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Download artifacts uses: actions/download-artifact@v4 with: @@ -338,7 +338,7 @@ jobs: steps: - name: Checkout ${{ github.repository }} - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Download artifacts uses: actions/download-artifact@v4 with: @@ -415,7 +415,7 @@ jobs: steps: - name: Checkout ${{ github.repository }} - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Download Python.framework for iphoneos uses: actions/download-artifact@v4 with: diff --git a/.github/workflows/clear-cache.yml b/.github/workflows/clear-cache.yml index bd6918c..d70ba3b 100644 --- a/.github/workflows/clear-cache.yml +++ b/.github/workflows/clear-cache.yml @@ -12,7 +12,7 @@ jobs: steps: - name: Checkout ${{ github.repository }} - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Clear all cache run: gh cache delete -a env: