Skip to content

Commit 36215e4

Browse files
committed
Update GitHub Actions workflows
1 parent bc0d1cd commit 36215e4

5 files changed

Lines changed: 6 additions & 8 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ on:
99
jobs:
1010
create_release:
1111
name: Create Release
12-
if: contains('["raub"]', github.actor)
1312
runs-on: ubuntu-latest
1413

1514
outputs:
@@ -18,7 +17,7 @@ jobs:
1817
steps:
1918

2019
- name: Fetch Repository
21-
uses: actions/checkout@v6
20+
uses: actions/checkout@v7
2221
with:
2322
persist-credentials: false
2423

@@ -52,7 +51,7 @@ jobs:
5251
steps:
5352

5453
- name: Fetch Repository
55-
uses: actions/checkout@v6
54+
uses: actions/checkout@v7
5655
with:
5756
persist-credentials: false
5857

.github/workflows/cpplint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
steps:
2020

2121
- name: Fetch Repository
22-
uses: actions/checkout@v6
22+
uses: actions/checkout@v7
2323
with:
2424
persist-credentials: false
2525

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
steps:
2020

2121
- name: Fetch Repository
22-
uses: actions/checkout@v6
22+
uses: actions/checkout@v7
2323
with:
2424
persist-credentials: false
2525

.github/workflows/publish.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,12 @@ on:
88

99
jobs:
1010
Publish:
11-
if: contains('["raub"]', github.actor)
1211
runs-on: ubuntu-latest
1312

1413
steps:
1514

1615
- name: Fetch Repository
17-
uses: actions/checkout@v6
16+
uses: actions/checkout@v7
1817
with:
1918
persist-credentials: false
2019

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
steps:
2424

2525
- name: Fetch Repository
26-
uses: actions/checkout@v6
26+
uses: actions/checkout@v7
2727
with:
2828
persist-credentials: false
2929

0 commit comments

Comments
 (0)