Skip to content

Commit a39d258

Browse files
authored
Merge pull request #60 from DataDog/dependabot/github_actions/gh-actions-packages-51b1723337
Bump the gh-actions-packages group across 1 directory with 4 updates
2 parents 6df47c4 + 2898df8 commit a39d258

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.github/workflows/build-ruby.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ jobs:
209209
name: Build (${{ matrix.engine }} ${{ matrix.version }} ${{ matrix.libc }})
210210
steps:
211211
- name: Set up Docker
212-
uses: crazy-max/ghaction-setup-docker@635d07c09dc2b52072362e9bb37e7e789767106d
212+
uses: crazy-max/ghaction-setup-docker@b60f85385d03ac8acfca6d9996982511d8620a19
213213
with:
214214
daemon-config: |
215215
{
@@ -218,7 +218,7 @@ jobs:
218218
}
219219
}
220220
- name: Checkout
221-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
221+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
222222
with:
223223
persist-credentials: false
224224
fetch-depth: 20

.github/workflows/build-services.yml

Lines changed: 3 additions & 3 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@635d07c09dc2b52072362e9bb37e7e789767106d
49+
uses: crazy-max/ghaction-setup-docker@b60f85385d03ac8acfca6d9996982511d8620a19
5050
with:
5151
daemon-config: |
5252
{
@@ -55,11 +55,11 @@ jobs:
5555
}
5656
}
5757
- name: Set up Ruby
58-
uses: ruby/setup-ruby@2654679fe7f7c29875c669398a8ec0791b8a64a1
58+
uses: ruby/setup-ruby@44511735964dcb71245e7e55f72539531f7bc0eb
5959
with:
6060
ruby-version: '3.4'
6161
- name: Checkout
62-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
62+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
6363
with:
6464
persist-credentials: false
6565
fetch-depth: 2

.github/workflows/nix.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,10 @@ jobs:
4141
- name: Check CPU arch
4242
run: |
4343
test "$(uname -m)" = "${{ matrix.platform.cpu }}"
44-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
44+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
4545
with:
4646
persist-credentials: false
47-
- uses: DeterminateSystems/nix-installer-action@e50d5f73bfe71c2dd0aa4218de8f4afa59f8f81d
47+
- uses: DeterminateSystems/nix-installer-action@90bb610b90bf290cad97484ba341453bd1cbefea
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)