From 31d38bb865b42e25a6932dbfb51773684508282c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Feb 2026 20:34:06 +0000 Subject: [PATCH] build(deps): bump the github-actions group with 4 updates Bumps the github-actions group with 4 updates: [actions/checkout](https://github.com/actions/checkout), [oven-sh/setup-bun](https://github.com/oven-sh/setup-bun), [actions/upload-artifact](https://github.com/actions/upload-artifact) and [actions/cache](https://github.com/actions/cache). Updates `actions/checkout` from 4 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/v4...v6) Updates `oven-sh/setup-bun` from 1 to 2 - [Release notes](https://github.com/oven-sh/setup-bun/releases) - [Commits](https://github.com/oven-sh/setup-bun/compare/v1...v2) Updates `actions/upload-artifact` from 4 to 6 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v4...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: github-actions - dependency-name: oven-sh/setup-bun dependency-version: '2' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: actions/upload-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: actions/cache dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/cli-check.yml | 2 +- .github/workflows/macos-direct-release.yml | 6 +++--- .github/workflows/proto-drift-admin.yml | 2 +- .github/workflows/proto-drift-web.yml | 2 +- .github/workflows/server-test.yml | 4 ++-- .github/workflows/swift-tests.yml | 2 +- 6 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/cli-check.yml b/.github/workflows/cli-check.yml index 860f88c5..7ec90a51 100644 --- a/.github/workflows/cli-check.yml +++ b/.github/workflows/cli-check.yml @@ -26,7 +26,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Setup Rust uses: dtolnay/rust-toolchain@stable diff --git a/.github/workflows/macos-direct-release.yml b/.github/workflows/macos-direct-release.yml index af9dd256..d89b6fcd 100644 --- a/.github/workflows/macos-direct-release.yml +++ b/.github/workflows/macos-direct-release.yml @@ -37,7 +37,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: fetch-depth: 0 @@ -152,7 +152,7 @@ jobs: run: npm install --global create-dmg - name: Setup Bun - uses: oven-sh/setup-bun@v1 + uses: oven-sh/setup-bun@v2 with: bun-version: "1.3.1" @@ -320,7 +320,7 @@ jobs: gh release upload "${tag}" build/macos-direct/Inline.dmg --clobber - name: Upload DMG - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v6 with: name: inline-macos-dmg path: build/macos-direct/Inline.dmg diff --git a/.github/workflows/proto-drift-admin.yml b/.github/workflows/proto-drift-admin.yml index 3f1850ac..443cb72d 100644 --- a/.github/workflows/proto-drift-admin.yml +++ b/.github/workflows/proto-drift-admin.yml @@ -20,7 +20,7 @@ jobs: timeout-minutes: 10 steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - name: Setup Bun uses: oven-sh/setup-bun@v2 diff --git a/.github/workflows/proto-drift-web.yml b/.github/workflows/proto-drift-web.yml index f7615e8b..b0be950d 100644 --- a/.github/workflows/proto-drift-web.yml +++ b/.github/workflows/proto-drift-web.yml @@ -20,7 +20,7 @@ jobs: timeout-minutes: 10 steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - name: Setup Bun uses: oven-sh/setup-bun@v2 diff --git a/.github/workflows/server-test.yml b/.github/workflows/server-test.yml index 0a98d718..abb9100a 100644 --- a/.github/workflows/server-test.yml +++ b/.github/workflows/server-test.yml @@ -47,7 +47,7 @@ jobs: --health-retries 5 steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - name: Setup Bun uses: oven-sh/setup-bun@v2 @@ -55,7 +55,7 @@ jobs: bun-version: "1.3.1" - name: Cache dependencies - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: | ~/.bun/install/cache diff --git a/.github/workflows/swift-tests.yml b/.github/workflows/swift-tests.yml index 23beebc9..9148171b 100644 --- a/.github/workflows/swift-tests.yml +++ b/.github/workflows/swift-tests.yml @@ -25,7 +25,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Preflight id: preflight