Skip to content

Commit

Permalink
ci: upgrade gh actions
Browse files Browse the repository at this point in the history
upgrade actions/checkout from v3 to v4
upgrade ludeeus/action-shellcheck from v1 to v2
  • Loading branch information
suft committed Nov 10, 2024
1 parent 3e76a88 commit 61ba505
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ jobs:

steps:
- name: Clone Repo
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Run Shellcheck
uses: ludeeus/action-shellcheck@1.1.0
uses: ludeeus/action-shellcheck@2.0.0

test:
name: test
Expand All @@ -26,7 +26,7 @@ jobs:

steps:
- name: Clone Repo
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: test
run: make test
Expand All @@ -45,7 +45,7 @@ jobs:

steps:
- name: Clone Repo
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: test_all
run: bats -t ./tests/test_all_packages.bats
Expand Down

0 comments on commit 61ba505

Please sign in to comment.