Skip to content

Commit b9f5e21

Browse files
committed
modernize Github action
1 parent eaed1c0 commit b9f5e21

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/ucto.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,17 +18,17 @@ on:
1818
pull_request:
1919
branches: [master]
2020

21+
concurrency:
22+
group: ${{ github.workflow }}-${{ github.ref }}
23+
cancel-in-progress: true
24+
2125
jobs:
2226
notification:
2327
runs-on: ubuntu-latest
2428
name: Notify start to IRC gitlama
2529
steps:
2630
- name: IRC notification
2731
uses: LanguageMachines/ticcactions/irc-init@v1
28-
- name: Cancel Previous Runs
29-
uses: styfle/cancel-workflow-action@0.12.1
30-
with:
31-
access_token: ${{ github.token }}
3232

3333
build:
3434
runs-on: ${{ matrix.os }}
@@ -39,7 +39,7 @@ jobs:
3939
compiler: [g++ -std=c++17, clang++ -std=c++17]
4040

4141
steps:
42-
- uses: actions/checkout@v4.1.1
42+
- uses: actions/checkout@v6.0.2
4343
- uses: LanguageMachines/ticcactions/cpp-build-env@v1
4444
- uses: LanguageMachines/ticcactions/cpp-dependencies@v1
4545
- uses: LanguageMachines/ticcactions/irc-nick@v1

0 commit comments

Comments
 (0)