Skip to content

Commit aebe30d

Browse files
authored
Merge pull request #602 from andreasabel/bump-github-actions
Bump github/actions to latest: checkout@v3, cache@v3, irc-message-action@v2
2 parents fc1a2bd + 5cced26 commit aebe30d

11 files changed

+26
-26
lines changed

fixtures/all-versions.github

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -436,7 +436,7 @@ jobs:
436436
chmod a+x $HOME/.cabal/bin/cabal-plan
437437
cabal-plan --version
438438
- name: checkout
439-
uses: actions/checkout@v2
439+
uses: actions/checkout@v3
440440
with:
441441
path: source
442442
- name: initial cabal.project for sdist
@@ -475,7 +475,7 @@ jobs:
475475
$CABAL v2-build $ARG_COMPILER $ARG_TESTS $ARG_BENCH --dry-run all
476476
cabal-plan
477477
- name: cache
478-
uses: actions/cache@v2
478+
uses: actions/cache@v3
479479
with:
480480
key: ${{ runner.os }}-${{ matrix.compiler }}-${{ github.sha }}
481481
path: ~/.cabal/store

fixtures/copy-fields-all.github

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ jobs:
285285
chmod a+x $HOME/.cabal/bin/cabal-plan
286286
cabal-plan --version
287287
- name: checkout
288-
uses: actions/checkout@v2
288+
uses: actions/checkout@v3
289289
with:
290290
path: source
291291
- name: initial cabal.project for sdist
@@ -350,7 +350,7 @@ jobs:
350350
$CABAL v2-build $ARG_COMPILER $ARG_TESTS $ARG_BENCH --dry-run all
351351
cabal-plan
352352
- name: cache
353-
uses: actions/cache@v2
353+
uses: actions/cache@v3
354354
with:
355355
key: ${{ runner.os }}-${{ matrix.compiler }}-${{ github.sha }}
356356
path: ~/.cabal/store

fixtures/copy-fields-none.github

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ jobs:
285285
chmod a+x $HOME/.cabal/bin/cabal-plan
286286
cabal-plan --version
287287
- name: checkout
288-
uses: actions/checkout@v2
288+
uses: actions/checkout@v3
289289
with:
290290
path: source
291291
- name: initial cabal.project for sdist
@@ -339,7 +339,7 @@ jobs:
339339
$CABAL v2-build $ARG_COMPILER $ARG_TESTS $ARG_BENCH --dry-run all
340340
cabal-plan
341341
- name: cache
342-
uses: actions/cache@v2
342+
uses: actions/cache@v3
343343
with:
344344
key: ${{ runner.os }}-${{ matrix.compiler }}-${{ github.sha }}
345345
path: ~/.cabal/store

fixtures/copy-fields-some.github

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ jobs:
285285
chmod a+x $HOME/.cabal/bin/cabal-plan
286286
cabal-plan --version
287287
- name: checkout
288-
uses: actions/checkout@v2
288+
uses: actions/checkout@v3
289289
with:
290290
path: source
291291
- name: initial cabal.project for sdist
@@ -342,7 +342,7 @@ jobs:
342342
$CABAL v2-build $ARG_COMPILER $ARG_TESTS $ARG_BENCH --dry-run all
343343
cabal-plan
344344
- name: cache
345-
uses: actions/cache@v2
345+
uses: actions/cache@v3
346346
with:
347347
key: ${{ runner.os }}-${{ matrix.compiler }}-${{ github.sha }}
348348
path: ~/.cabal/store

fixtures/empty-line.github

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@ jobs:
298298
chmod a+x $HOME/.cabal/bin/cabal-plan
299299
cabal-plan --version
300300
- name: checkout
301-
uses: actions/checkout@v2
301+
uses: actions/checkout@v3
302302
with:
303303
path: source
304304
- name: initial cabal.project for sdist
@@ -358,7 +358,7 @@ jobs:
358358
$CABAL v2-build $ARG_COMPILER $ARG_TESTS $ARG_BENCH --dry-run all
359359
cabal-plan
360360
- name: cache
361-
uses: actions/cache@v2
361+
uses: actions/cache@v3
362362
with:
363363
key: ${{ runner.os }}-${{ matrix.compiler }}-${{ github.sha }}
364364
path: ~/.cabal/store

fixtures/enabled-jobs.github

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -346,7 +346,7 @@ jobs:
346346
chmod a+x $HOME/.cabal/bin/cabal-plan
347347
cabal-plan --version
348348
- name: checkout
349-
uses: actions/checkout@v2
349+
uses: actions/checkout@v3
350350
with:
351351
path: source
352352
- name: initial cabal.project for sdist
@@ -385,7 +385,7 @@ jobs:
385385
$CABAL v2-build $ARG_COMPILER $ARG_TESTS $ARG_BENCH --dry-run all
386386
cabal-plan
387387
- name: cache
388-
uses: actions/cache@v2
388+
uses: actions/cache@v3
389389
with:
390390
key: ${{ runner.os }}-${{ matrix.compiler }}-${{ github.sha }}
391391
path: ~/.cabal/store

fixtures/irc-channels.github

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,15 +29,15 @@ jobs:
2929
fail-fast: false
3030
steps:
3131
- name: IRC success notification (irc.libera.chat#mychannel)
32-
uses: Gottox/irc-message-action@v1.1
32+
uses: Gottox/irc-message-action@v2
3333
if: needs.linux.result == 'success'
3434
with:
3535
channel: "#mychannel"
3636
message: "\x0313servant\x03/\x0306${{ github.ref }}\x03 \x0314${{ github.sha }}\x03 https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }} The build succeeded."
3737
nickname: github-actions
3838
server: irc.libera.chat
3939
- name: IRC failure notification (irc.libera.chat#mychannel)
40-
uses: Gottox/irc-message-action@v1.1
40+
uses: Gottox/irc-message-action@v2
4141
if: needs.linux.result != 'success'
4242
with:
4343
channel: "#mychannel"
@@ -312,7 +312,7 @@ jobs:
312312
chmod a+x $HOME/.cabal/bin/cabal-plan
313313
cabal-plan --version
314314
- name: checkout
315-
uses: actions/checkout@v2
315+
uses: actions/checkout@v3
316316
with:
317317
path: source
318318
- name: initial cabal.project for sdist
@@ -348,7 +348,7 @@ jobs:
348348
$CABAL v2-build $ARG_COMPILER $ARG_TESTS $ARG_BENCH --dry-run all
349349
cabal-plan
350350
- name: cache
351-
uses: actions/cache@v2
351+
uses: actions/cache@v3
352352
with:
353353
key: ${{ runner.os }}-${{ matrix.compiler }}-${{ github.sha }}
354354
path: ~/.cabal/store

fixtures/messy.github

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@ jobs:
300300
chmod a+x $HOME/.cabal/bin/cabal-plan
301301
cabal-plan --version
302302
- name: checkout
303-
uses: actions/checkout@v2
303+
uses: actions/checkout@v3
304304
with:
305305
path: source
306306
- name: initial cabal.project for sdist
@@ -359,7 +359,7 @@ jobs:
359359
$CABAL v2-build $ARG_COMPILER $ARG_TESTS $ARG_BENCH --dry-run all
360360
cabal-plan
361361
- name: cache
362-
uses: actions/cache@v2
362+
uses: actions/cache@v3
363363
with:
364364
key: ${{ runner.os }}-${{ matrix.compiler }}-${{ github.sha }}
365365
path: ~/.cabal/store

fixtures/psql.github

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@ jobs:
291291
chmod a+x $HOME/.cabal/bin/cabal-plan
292292
cabal-plan --version
293293
- name: checkout
294-
uses: actions/checkout@v2
294+
uses: actions/checkout@v3
295295
with:
296296
path: source
297297
- name: initial cabal.project for sdist
@@ -327,7 +327,7 @@ jobs:
327327
$CABAL v2-build $ARG_COMPILER $ARG_TESTS $ARG_BENCH --dry-run all
328328
cabal-plan
329329
- name: cache
330-
uses: actions/cache@v2
330+
uses: actions/cache@v3
331331
with:
332332
key: ${{ runner.os }}-${{ matrix.compiler }}-${{ github.sha }}
333333
path: ~/.cabal/store

fixtures/travis-patch.github

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ jobs:
285285
chmod a+x $HOME/.cabal/bin/cabal-plan
286286
cabal-plan --version
287287
- name: checkout
288-
uses: actions/checkout@v2
288+
uses: actions/checkout@v3
289289
with:
290290
path: source
291291
- name: initial cabal.project for sdist
@@ -321,7 +321,7 @@ jobs:
321321
$CABAL v2-build $ARG_COMPILER $ARG_TESTS $ARG_BENCH --dry-run all
322322
cabal-plan
323323
- name: cache
324-
uses: actions/cache@v2
324+
uses: actions/cache@v3
325325
with:
326326
key: ${{ runner.os }}-${{ matrix.compiler }}-${{ github.sha }}
327327
path: ~/.cabal/store

0 commit comments

Comments
 (0)