Skip to content

Commit 5c512da

Browse files
cnkkcodesmith-bot
authored andcommitted
Use Blacksmith checkout with sticky-disk git mirror in Elixir CI (#6564)
Co-authored-by: Codesmith <codesmith-bot@users.noreply.github.com>
1 parent 48dd58f commit 5c512da

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/elixir.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
--health-timeout 5s
5151
--health-retries 5
5252
steps:
53-
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
53+
- uses: useblacksmith/checkout@2d63ce5ba61677748c4e92f6eb578a8694226225 # v1.2.0
5454
with:
5555
fetch-depth: 0
5656
filter: blob:none
@@ -150,7 +150,7 @@ jobs:
150150
shardIndex: [1, 2]
151151
shardTotal: [2]
152152
steps:
153-
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
153+
- uses: useblacksmith/checkout@2d63ce5ba61677748c4e92f6eb578a8694226225 # v1.2.0
154154
with:
155155
fetch-depth: 0
156156
filter: blob:none
@@ -239,7 +239,7 @@ jobs:
239239
timeout-minutes: 15
240240
runs-on: blacksmith-4vcpu-ubuntu-2404
241241
steps:
242-
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
242+
- uses: useblacksmith/checkout@2d63ce5ba61677748c4e92f6eb578a8694226225 # v1.2.0
243243
- uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0
244244
with:
245245
node-version: 24.17.0
@@ -265,7 +265,7 @@ jobs:
265265
MIX_ENV: test
266266
runs-on: blacksmith-4vcpu-ubuntu-2404
267267
steps:
268-
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
268+
- uses: useblacksmith/checkout@2d63ce5ba61677748c4e92f6eb578a8694226225 # v1.2.0
269269
with:
270270
fetch-depth: 0
271271
filter: blob:none

0 commit comments

Comments
 (0)