From 4b102551aec3369a5ff7ca0b99f5bfd17f1164e2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 5 Sep 2026 16:48:14 +0000 Subject: [PATCH] Bump the actions group with 3 updates Bumps the actions group with 3 updates: [actions/checkout](https://github.com/actions/checkout), [maxim-lobanov/setup-xcode](https://github.com/maxim-lobanov/setup-xcode) and [actions/upload-artifact](https://github.com/actions/upload-artifact). Updates `actions/checkout` from 4.4.0 to 7.0.1 - [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/11d5960a326750d5838078e36cf38b85af677262...3d3c42e5aac5ba805825da76410c181273ba90b1) Updates `maxim-lobanov/setup-xcode` from 1242409711ff5721add51979e9e11e23ebb7e5a4 to ed7a3b1fda3918c0306d1b724322adc0b8cc0a90 - [Release notes](https://github.com/maxim-lobanov/setup-xcode/releases) - [Commits](https://github.com/maxim-lobanov/setup-xcode/compare/1242409711ff5721add51979e9e11e23ebb7e5a4...ed7a3b1fda3918c0306d1b724322adc0b8cc0a90) Updates `actions/upload-artifact` from 4.6.2 to 7.0.1 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/ea165f8d65b6e75b540449e92b4886f43607fa02...043fb46d1a93c77aae656e7c1c64a875d1fc6a0a) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 7.0.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: maxim-lobanov/setup-xcode dependency-version: ed7a3b1fda3918c0306d1b724322adc0b8cc0a90 dependency-type: direct:production dependency-group: actions - dependency-name: actions/upload-artifact dependency-version: 7.0.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 6 +++--- .github/workflows/release.yml | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7f171d8..34b977b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,8 +10,8 @@ jobs: runs-on: macos-15 timeout-minutes: 20 steps: - - uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4 - - uses: maxim-lobanov/setup-xcode@1242409711ff5721add51979e9e11e23ebb7e5a4 # v1 + - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 + - uses: maxim-lobanov/setup-xcode@ed7a3b1fda3918c0306d1b724322adc0b8cc0a90 # v1 with: xcode-version: '26.3' - name: Check localization catalog @@ -22,7 +22,7 @@ jobs: run: ./build-app.sh .build/ci - name: Package bundle run: ditto -c -k --sequesterRsrc --keepParent .build/ci/DotShelf.app .build/DotShelf-ci.zip - - uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4 + - uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1 with: name: DotShelf-ci path: .build/DotShelf-ci.zip diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b053259..9bd5c96 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -25,8 +25,8 @@ jobs: run: | printf 'CODE_SIGN_KEYCHAIN=%s/dotshelf-signing.keychain-db\n' "$RUNNER_TEMP" >> "$GITHUB_ENV" printf 'NOTARY_KEYCHAIN=%s/dotshelf-signing.keychain-db\n' "$RUNNER_TEMP" >> "$GITHUB_ENV" - - uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4 - - uses: maxim-lobanov/setup-xcode@1242409711ff5721add51979e9e11e23ebb7e5a4 # v1 + - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 + - uses: maxim-lobanov/setup-xcode@ed7a3b1fda3918c0306d1b724322adc0b8cc0a90 # v1 with: xcode-version: '26.3' - name: Check localization catalog