Skip to content

Commit 3dd6281

Browse files
authored
Merge pull request #69 from DataDog/dependabot/github_actions/gh-actions-packages-c535e57717
Bump the gh-actions-packages group across 1 directory with 3 updates
2 parents 68539ff + 106df51 commit 3dd6281

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)