Skip to content

Commit

Permalink
bump github actions versions
Browse files Browse the repository at this point in the history
  • Loading branch information
andsens committed Mar 6, 2024
1 parent 6b929c0 commit c1547f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Run ShellCheck
uses: ludeeus/action-shellcheck@master
env:
Expand All @@ -24,7 +24,7 @@ jobs:
sudo /tmp/bats/install.sh /usr/local
rm -rf /tmp/bats
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- uses: orbit-online/[email protected]
- name: Run tests
run: bats .

0 comments on commit c1547f4

Please sign in to comment.