From 106df51fac533dec69d85fc38f7663dbbfaaebe4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Nov 2025 19:18:08 +0000 Subject: [PATCH] Bump the gh-actions-packages group across 1 directory with 3 updates Bumps the gh-actions-packages group with 3 updates in the / directory: [crazy-max/ghaction-setup-docker](https://github.com/crazy-max/ghaction-setup-docker), [ruby/setup-ruby](https://github.com/ruby/setup-ruby) and [DeterminateSystems/nix-installer-action](https://github.com/determinatesystems/nix-installer-action). Updates `crazy-max/ghaction-setup-docker` from 4.3.0 to 4.4.0 - [Release notes](https://github.com/crazy-max/ghaction-setup-docker/releases) - [Commits](https://github.com/crazy-max/ghaction-setup-docker/compare/b60f85385d03ac8acfca6d9996982511d8620a19...3fb92d6d9c634363128c8cce4bc3b2826526370a) Updates `ruby/setup-ruby` from 1.257.0 to 1.267.0 - [Release notes](https://github.com/ruby/setup-ruby/releases) - [Changelog](https://github.com/ruby/setup-ruby/blob/master/release.rb) - [Commits](https://github.com/ruby/setup-ruby/compare/44511735964dcb71245e7e55f72539531f7bc0eb...d5126b9b3579e429dd52e51e68624dda2e05be25) Updates `DeterminateSystems/nix-installer-action` from 19 to 20 - [Release notes](https://github.com/determinatesystems/nix-installer-action/releases) - [Commits](https://github.com/determinatesystems/nix-installer-action/compare/90bb610b90bf290cad97484ba341453bd1cbefea...786fff0690178f1234e4e1fe9b536e94f5433196) --- updated-dependencies: - dependency-name: crazy-max/ghaction-setup-docker dependency-version: 4.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gh-actions-packages - dependency-name: ruby/setup-ruby dependency-version: 1.267.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gh-actions-packages - dependency-name: DeterminateSystems/nix-installer-action dependency-version: '20' dependency-type: direct:production update-type: version-update:semver-major dependency-group: gh-actions-packages ... Signed-off-by: dependabot[bot] --- .github/workflows/build-ruby.yml | 2 +- .github/workflows/build-services.yml | 4 ++-- .github/workflows/nix.yml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build-ruby.yml b/.github/workflows/build-ruby.yml index fd38d4b..5ff084c 100644 --- a/.github/workflows/build-ruby.yml +++ b/.github/workflows/build-ruby.yml @@ -229,7 +229,7 @@ jobs: name: Build (${{ matrix.engine }} ${{ matrix.version }} ${{ matrix.libc }}) steps: - name: Set up Docker - uses: crazy-max/ghaction-setup-docker@b60f85385d03ac8acfca6d9996982511d8620a19 + uses: crazy-max/ghaction-setup-docker@3fb92d6d9c634363128c8cce4bc3b2826526370a with: daemon-config: | { diff --git a/.github/workflows/build-services.yml b/.github/workflows/build-services.yml index 146870d..0398430 100644 --- a/.github/workflows/build-services.yml +++ b/.github/workflows/build-services.yml @@ -46,7 +46,7 @@ jobs: name: Build (${{ matrix.service }}) steps: - name: Set up Docker - uses: crazy-max/ghaction-setup-docker@b60f85385d03ac8acfca6d9996982511d8620a19 + uses: crazy-max/ghaction-setup-docker@3fb92d6d9c634363128c8cce4bc3b2826526370a with: daemon-config: | { @@ -55,7 +55,7 @@ jobs: } } - name: Set up Ruby - uses: ruby/setup-ruby@44511735964dcb71245e7e55f72539531f7bc0eb + uses: ruby/setup-ruby@d5126b9b3579e429dd52e51e68624dda2e05be25 with: ruby-version: '3.4' - name: Checkout diff --git a/.github/workflows/nix.yml b/.github/workflows/nix.yml index ce1720d..42ca9b3 100644 --- a/.github/workflows/nix.yml +++ b/.github/workflows/nix.yml @@ -44,7 +44,7 @@ jobs: - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 with: persist-credentials: false - - uses: DeterminateSystems/nix-installer-action@90bb610b90bf290cad97484ba341453bd1cbefea + - uses: DeterminateSystems/nix-installer-action@786fff0690178f1234e4e1fe9b536e94f5433196 with: source-url: https://github.com/DeterminateSystems/nix-installer/releases/download/v0.30.0/nix-installer-${{ matrix.platform.nix-installer.platform }} - name: Print Nix version