File tree Expand file tree Collapse file tree 11 files changed +26
-26
lines changed Expand file tree Collapse file tree 11 files changed +26
-26
lines changed Original file line number Diff line number Diff line change @@ -436,7 +436,7 @@ jobs:
436
436
chmod a+x $HOME/.cabal/bin/cabal-plan
437
437
cabal-plan --version
438
438
- name: checkout
439
- uses: actions/checkout@v2
439
+ uses: actions/checkout@v3
440
440
with:
441
441
path: source
442
442
- name: initial cabal.project for sdist
@@ -475,7 +475,7 @@ jobs:
475
475
$CABAL v2-build $ARG_COMPILER $ARG_TESTS $ARG_BENCH --dry-run all
476
476
cabal-plan
477
477
- name: cache
478
- uses: actions/cache@v2
478
+ uses: actions/cache@v3
479
479
with:
480
480
key: ${{ runner.os }}-${{ matrix.compiler }}-${{ github.sha }}
481
481
path: ~/.cabal/store
Original file line number Diff line number Diff line change @@ -285,7 +285,7 @@ jobs:
285
285
chmod a+x $HOME/.cabal/bin/cabal-plan
286
286
cabal-plan --version
287
287
- name: checkout
288
- uses: actions/checkout@v2
288
+ uses: actions/checkout@v3
289
289
with:
290
290
path: source
291
291
- name: initial cabal.project for sdist
@@ -350,7 +350,7 @@ jobs:
350
350
$CABAL v2-build $ARG_COMPILER $ARG_TESTS $ARG_BENCH --dry-run all
351
351
cabal-plan
352
352
- name: cache
353
- uses: actions/cache@v2
353
+ uses: actions/cache@v3
354
354
with:
355
355
key: ${{ runner.os }}-${{ matrix.compiler }}-${{ github.sha }}
356
356
path: ~/.cabal/store
Original file line number Diff line number Diff line change @@ -285,7 +285,7 @@ jobs:
285
285
chmod a+x $HOME/.cabal/bin/cabal-plan
286
286
cabal-plan --version
287
287
- name: checkout
288
- uses: actions/checkout@v2
288
+ uses: actions/checkout@v3
289
289
with:
290
290
path: source
291
291
- name: initial cabal.project for sdist
@@ -339,7 +339,7 @@ jobs:
339
339
$CABAL v2-build $ARG_COMPILER $ARG_TESTS $ARG_BENCH --dry-run all
340
340
cabal-plan
341
341
- name: cache
342
- uses: actions/cache@v2
342
+ uses: actions/cache@v3
343
343
with:
344
344
key: ${{ runner.os }}-${{ matrix.compiler }}-${{ github.sha }}
345
345
path: ~/.cabal/store
Original file line number Diff line number Diff line change @@ -285,7 +285,7 @@ jobs:
285
285
chmod a+x $HOME/.cabal/bin/cabal-plan
286
286
cabal-plan --version
287
287
- name: checkout
288
- uses: actions/checkout@v2
288
+ uses: actions/checkout@v3
289
289
with:
290
290
path: source
291
291
- name: initial cabal.project for sdist
@@ -342,7 +342,7 @@ jobs:
342
342
$CABAL v2-build $ARG_COMPILER $ARG_TESTS $ARG_BENCH --dry-run all
343
343
cabal-plan
344
344
- name: cache
345
- uses: actions/cache@v2
345
+ uses: actions/cache@v3
346
346
with:
347
347
key: ${{ runner.os }}-${{ matrix.compiler }}-${{ github.sha }}
348
348
path: ~/.cabal/store
Original file line number Diff line number Diff line change @@ -298,7 +298,7 @@ jobs:
298
298
chmod a+x $HOME/.cabal/bin/cabal-plan
299
299
cabal-plan --version
300
300
- name: checkout
301
- uses: actions/checkout@v2
301
+ uses: actions/checkout@v3
302
302
with:
303
303
path: source
304
304
- name: initial cabal.project for sdist
@@ -358,7 +358,7 @@ jobs:
358
358
$CABAL v2-build $ARG_COMPILER $ARG_TESTS $ARG_BENCH --dry-run all
359
359
cabal-plan
360
360
- name: cache
361
- uses: actions/cache@v2
361
+ uses: actions/cache@v3
362
362
with:
363
363
key: ${{ runner.os }}-${{ matrix.compiler }}-${{ github.sha }}
364
364
path: ~/.cabal/store
Original file line number Diff line number Diff line change @@ -346,7 +346,7 @@ jobs:
346
346
chmod a+x $HOME/.cabal/bin/cabal-plan
347
347
cabal-plan --version
348
348
- name: checkout
349
- uses: actions/checkout@v2
349
+ uses: actions/checkout@v3
350
350
with:
351
351
path: source
352
352
- name: initial cabal.project for sdist
@@ -385,7 +385,7 @@ jobs:
385
385
$CABAL v2-build $ARG_COMPILER $ARG_TESTS $ARG_BENCH --dry-run all
386
386
cabal-plan
387
387
- name: cache
388
- uses: actions/cache@v2
388
+ uses: actions/cache@v3
389
389
with:
390
390
key: ${{ runner.os }}-${{ matrix.compiler }}-${{ github.sha }}
391
391
path: ~/.cabal/store
Original file line number Diff line number Diff line change @@ -29,15 +29,15 @@ jobs:
29
29
fail-fast: false
30
30
steps:
31
31
- name: IRC success notification (irc.libera.chat#mychannel)
32
- uses: Gottox/irc-message-action@v1.1
32
+ uses: Gottox/irc-message-action@v2
33
33
if: needs.linux.result == 'success'
34
34
with:
35
35
channel: "#mychannel"
36
36
message: "\x0313servant\x03/\x0306${{ github.ref }}\x03 \x0314${{ github.sha }}\x03 https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }} The build succeeded."
37
37
nickname: github-actions
38
38
server: irc.libera.chat
39
39
- name: IRC failure notification (irc.libera.chat#mychannel)
40
- uses: Gottox/irc-message-action@v1.1
40
+ uses: Gottox/irc-message-action@v2
41
41
if: needs.linux.result != 'success'
42
42
with:
43
43
channel: "#mychannel"
@@ -312,7 +312,7 @@ jobs:
312
312
chmod a+x $HOME/.cabal/bin/cabal-plan
313
313
cabal-plan --version
314
314
- name: checkout
315
- uses: actions/checkout@v2
315
+ uses: actions/checkout@v3
316
316
with:
317
317
path: source
318
318
- name: initial cabal.project for sdist
@@ -348,7 +348,7 @@ jobs:
348
348
$CABAL v2-build $ARG_COMPILER $ARG_TESTS $ARG_BENCH --dry-run all
349
349
cabal-plan
350
350
- name: cache
351
- uses: actions/cache@v2
351
+ uses: actions/cache@v3
352
352
with:
353
353
key: ${{ runner.os }}-${{ matrix.compiler }}-${{ github.sha }}
354
354
path: ~/.cabal/store
Original file line number Diff line number Diff line change @@ -300,7 +300,7 @@ jobs:
300
300
chmod a+x $HOME/.cabal/bin/cabal-plan
301
301
cabal-plan --version
302
302
- name: checkout
303
- uses: actions/checkout@v2
303
+ uses: actions/checkout@v3
304
304
with:
305
305
path: source
306
306
- name: initial cabal.project for sdist
@@ -359,7 +359,7 @@ jobs:
359
359
$CABAL v2-build $ARG_COMPILER $ARG_TESTS $ARG_BENCH --dry-run all
360
360
cabal-plan
361
361
- name: cache
362
- uses: actions/cache@v2
362
+ uses: actions/cache@v3
363
363
with:
364
364
key: ${{ runner.os }}-${{ matrix.compiler }}-${{ github.sha }}
365
365
path: ~/.cabal/store
Original file line number Diff line number Diff line change @@ -291,7 +291,7 @@ jobs:
291
291
chmod a+x $HOME/.cabal/bin/cabal-plan
292
292
cabal-plan --version
293
293
- name: checkout
294
- uses: actions/checkout@v2
294
+ uses: actions/checkout@v3
295
295
with:
296
296
path: source
297
297
- name: initial cabal.project for sdist
@@ -327,7 +327,7 @@ jobs:
327
327
$CABAL v2-build $ARG_COMPILER $ARG_TESTS $ARG_BENCH --dry-run all
328
328
cabal-plan
329
329
- name: cache
330
- uses: actions/cache@v2
330
+ uses: actions/cache@v3
331
331
with:
332
332
key: ${{ runner.os }}-${{ matrix.compiler }}-${{ github.sha }}
333
333
path: ~/.cabal/store
Original file line number Diff line number Diff line change @@ -285,7 +285,7 @@ jobs:
285
285
chmod a+x $HOME/.cabal/bin/cabal-plan
286
286
cabal-plan --version
287
287
- name: checkout
288
- uses: actions/checkout@v2
288
+ uses: actions/checkout@v3
289
289
with:
290
290
path: source
291
291
- name: initial cabal.project for sdist
@@ -321,7 +321,7 @@ jobs:
321
321
$CABAL v2-build $ARG_COMPILER $ARG_TESTS $ARG_BENCH --dry-run all
322
322
cabal-plan
323
323
- name: cache
324
- uses: actions/cache@v2
324
+ uses: actions/cache@v3
325
325
with:
326
326
key: ${{ runner.os }}-${{ matrix.compiler }}-${{ github.sha }}
327
327
path: ~/.cabal/store
You can’t perform that action at this time.
0 commit comments