From 214fc5a323199888484efeee12c69c4599b0645d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 00:53:02 +0000 Subject: [PATCH] chore(deps): bump the ci-dependencies group with 4 updates Bumps the ci-dependencies group with 4 updates: [actions/checkout](https://github.com/actions/checkout), [actions/setup-python](https://github.com/actions/setup-python), [apple-actions/import-codesign-certs](https://github.com/apple-actions/import-codesign-certs) and [actions/cache](https://github.com/actions/cache). Updates `actions/checkout` from 6 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/v6...v7) Updates `actions/setup-python` from 6 to 6.2.0 - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/v6...v6.2.0) Updates `apple-actions/import-codesign-certs` from 6 to 7 - [Release notes](https://github.com/apple-actions/import-codesign-certs/releases) - [Commits](https://github.com/apple-actions/import-codesign-certs/compare/v6...v7) Updates `actions/cache` from 5 to 5.0.5 - [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...v5.0.5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: ci-dependencies - dependency-name: actions/setup-python dependency-version: 6.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: ci-dependencies - dependency-name: apple-actions/import-codesign-certs dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: ci-dependencies - dependency-name: actions/cache dependency-version: 5.0.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: ci-dependencies ... Signed-off-by: dependabot[bot] --- .github/workflows/pull_request.yml | 2 +- .github/workflows/release.yml | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index 3066937..48c4740 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -18,7 +18,7 @@ jobs: steps: - name: ⬇️ Set up code - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: show-progress: false diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1b2fa53..7432d73 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -21,7 +21,7 @@ jobs: name: prod steps: - name: ⬇️ Set up code - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: show-progress: false @@ -37,12 +37,12 @@ jobs: cache: pnpm - name: 🐍 Set up python - uses: actions/setup-python@v6 + uses: actions/setup-python@v6.2.0 with: python-version: 3.12 - name: 🧑‍🎓 Set up signing certificates - uses: apple-actions/import-codesign-certs@v6 + uses: apple-actions/import-codesign-certs@v7 with: p12-file-base64: ${{ secrets.APPLE_CERTIFICATE }} p12-password: ${{ secrets.APPLE_CERTIFICATE_PASSWORD }} @@ -80,7 +80,7 @@ jobs: name: prod steps: - name: ⬇️ Set up code - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: show-progress: false @@ -100,7 +100,7 @@ jobs: - name: 📦 Cache CNG Provider id: cache-cng - uses: actions/cache@v5 + uses: actions/cache@v5.0.5 with: path: C:\Users\runneradmin\AppData\Local\Temp\KmsCngInstall key: cng-provider-v1.3-windows