Skip to content

Commit c5ef594

Browse files
committed
feat: minor changes in github workflows
1 parent ee910f5 commit c5ef594

3 files changed

Lines changed: 3 additions & 5 deletions

File tree

.github/workflows/bats.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
# This is a basic workflow to help you get started with Actions
2-
3-
name: CI
1+
name: Bats tests
42

53
# Controls when the workflow will run
64
on:

.github/workflows/build-deb.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010

1111
steps:
1212
- name: Checkout code
13-
uses: actions/checkout@v3
13+
uses: actions/checkout@v4
1414

1515
- name: Install build tools
1616
run: |

.github/workflows/build-rpm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
sudo apt-get install -y rpm rpm2cpio build-essential
1616
1717
- name: Checkout source
18-
uses: actions/checkout@v3
18+
uses: actions/checkout@v4
1919

2020
- name: Set version and app name
2121
run: |

0 commit comments

Comments
 (0)