Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/bashtest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v6
uses: actions/checkout@v7

- name: Install shells and shellcheck
run: |
Expand Down Expand Up @@ -82,7 +82,7 @@ jobs:
dnf install -y sudo git curl wget ca-certificates unzip tar gzip findutils

- name: Checkout repository
uses: actions/checkout@v6
uses: actions/checkout@v7

- name: Stage repository at the install location
run: |
Expand Down Expand Up @@ -132,7 +132,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v6
uses: actions/checkout@v7

- name: Build package
run: |
Expand Down
Loading