From 92cc34c2804b7b32284c06ebd580c5179465c9c3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Jan 2026 00:54:27 +0000 Subject: [PATCH] build(deps): bump the ci-dependencies group with 3 updates Bumps the ci-dependencies group with 3 updates: [actions/checkout](https://github.com/actions/checkout), [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 5 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/v5...v6) Updates `apple-actions/import-codesign-certs` from 5 to 6 - [Release notes](https://github.com/apple-actions/import-codesign-certs/releases) - [Commits](https://github.com/apple-actions/import-codesign-certs/compare/v5...v6) Updates `actions/cache` from 4 to 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/v4...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: ci-dependencies - dependency-name: apple-actions/import-codesign-certs dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: ci-dependencies - dependency-name: actions/cache dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: ci-dependencies ... Signed-off-by: dependabot[bot] --- .github/workflows/pull_request.yml | 2 +- .github/workflows/release.yml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index 5b0ec2a..b7975b4 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@v5 + uses: actions/checkout@v6 with: show-progress: false diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 86a4dd2..0b1bf3a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -26,7 +26,7 @@ jobs: name: prod steps: - name: ⬇️ Set up code - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: show-progress: false @@ -42,7 +42,7 @@ jobs: python-version: 3.12 - name: 🧑‍🎓 Set up signing certificates - uses: apple-actions/import-codesign-certs@v5 + uses: apple-actions/import-codesign-certs@v6 with: p12-file-base64: ${{ secrets.APPLE_CERTIFICATE }} p12-password: ${{ secrets.APPLE_CERTIFICATE_PASSWORD }} @@ -75,7 +75,7 @@ jobs: name: prod steps: - name: ⬇️ Set up code - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: show-progress: false @@ -90,7 +90,7 @@ jobs: - name: 📦 Cache CNG Provider id: cache-cng - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: C:\Users\runneradmin\AppData\Local\Temp\KmsCngInstall key: cng-provider-v1.3-windows