Skip to content

Commit 106df51

Browse files
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](docker/setup-docker-action@b60f853...3fb92d6) 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](ruby/setup-ruby@4451173...d5126b9) Updates `DeterminateSystems/nix-installer-action` from 19 to 20 - [Release notes](https://github.com/determinatesystems/nix-installer-action/releases) - [Commits](DeterminateSystems/nix-installer-action@90bb610...786fff0) --- 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] <[email protected]>
1 parent fe7868d commit 106df51

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/build-ruby.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ jobs:
229229
name: Build (${{ matrix.engine }} ${{ matrix.version }} ${{ matrix.libc }})
230230
steps:
231231
- name: Set up Docker
232-
uses: crazy-max/ghaction-setup-docker@b60f85385d03ac8acfca6d9996982511d8620a19
232+
uses: crazy-max/ghaction-setup-docker@3fb92d6d9c634363128c8cce4bc3b2826526370a
233233
with:
234234
daemon-config: |
235235
{

.github/workflows/build-services.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
name: Build (${{ matrix.service }})
4747
steps:
4848
- name: Set up Docker
49-
uses: crazy-max/ghaction-setup-docker@b60f85385d03ac8acfca6d9996982511d8620a19
49+
uses: crazy-max/ghaction-setup-docker@3fb92d6d9c634363128c8cce4bc3b2826526370a
5050
with:
5151
daemon-config: |
5252
{
@@ -55,7 +55,7 @@ jobs:
5555
}
5656
}
5757
- name: Set up Ruby
58-
uses: ruby/setup-ruby@44511735964dcb71245e7e55f72539531f7bc0eb
58+
uses: ruby/setup-ruby@d5126b9b3579e429dd52e51e68624dda2e05be25
5959
with:
6060
ruby-version: '3.4'
6161
- name: Checkout

.github/workflows/nix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
4545
with:
4646
persist-credentials: false
47-
- uses: DeterminateSystems/nix-installer-action@90bb610b90bf290cad97484ba341453bd1cbefea
47+
- uses: DeterminateSystems/nix-installer-action@786fff0690178f1234e4e1fe9b536e94f5433196
4848
with:
4949
source-url: https://github.com/DeterminateSystems/nix-installer/releases/download/v0.30.0/nix-installer-${{ matrix.platform.nix-installer.platform }}
5050
- name: Print Nix version

0 commit comments

Comments
 (0)