From 8f973c2c1a6242c6d6576fd04a2a52cbf872d660 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Aug 2025 03:25:25 +0000 Subject: [PATCH] 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] --- .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..01fed78 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@v5 - 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@v5 - 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@v5 - 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@v5 - 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@v5 - 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@v5 - 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@v5 - 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@v5 - 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..4b07df5 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@v5 - name: Clear all cache run: gh cache delete -a env: