From d8df4e6c674d2d1ef4228988cf1bbc21f87a476a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Jul 2026 16:24:07 +0000 Subject: [PATCH] ci(deps): bump the actions group with 3 updates Bumps the actions group with 3 updates: [actions/checkout](https://github.com/actions/checkout), [actions/cache](https://github.com/actions/cache) and [softprops/action-gh-release](https://github.com/softprops/action-gh-release). Updates `actions/checkout` from 5 to 7 - [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/v5...v7) Updates `actions/cache` from 5 to 6 - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](https://github.com/actions/cache/compare/v5...v6) Updates `softprops/action-gh-release` from 2 to 3 - [Release notes](https://github.com/softprops/action-gh-release/releases) - [Changelog](https://github.com/softprops/action-gh-release/blob/master/CHANGELOG.md) - [Commits](https://github.com/softprops/action-gh-release/compare/v2...v3) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: actions/cache dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: softprops/action-gh-release dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions ... Signed-off-by: dependabot[bot] --- .github/workflows/deployment.yaml | 6 +++--- .github/workflows/integration.yaml | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/deployment.yaml b/.github/workflows/deployment.yaml index a6770c9..158654a 100644 --- a/.github/workflows/deployment.yaml +++ b/.github/workflows/deployment.yaml @@ -39,7 +39,7 @@ jobs: fi - name: Checkout source at tag - uses: actions/checkout@v5 + uses: actions/checkout@v7 with: ref: ${{ steps.tag.outputs.value }} submodules: recursive @@ -75,7 +75,7 @@ jobs: - name: Cache Theos id: theos-cache - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: theos key: theos-linux-${{ env.IOS_SDK_VERSION }}-v3 @@ -172,7 +172,7 @@ jobs: cat release_notes.md - name: Publish release - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@v3 with: tag_name: ${{ steps.tag.outputs.value }} name: ${{ steps.tag.outputs.value }} diff --git a/.github/workflows/integration.yaml b/.github/workflows/integration.yaml index 1da676b..0ef0eb2 100644 --- a/.github/workflows/integration.yaml +++ b/.github/workflows/integration.yaml @@ -24,7 +24,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v7 with: fetch-depth: 0 - name: Bun @@ -67,7 +67,7 @@ jobs: steps: - name: Checkout source - uses: actions/checkout@v5 + uses: actions/checkout@v7 with: submodules: recursive @@ -89,7 +89,7 @@ jobs: - name: Cache Theos id: theos-cache - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: theos key: theos-linux-${{ env.IOS_SDK_VERSION }}-v3