Skip to content

Commit

Permalink
bump github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
andsens committed Mar 12, 2024
1 parent d0fc07d commit e98a23c
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 @@ -29,7 +29,7 @@ jobs:
wget -O- 'https://github.com/ztombol/bats-assert/archive/refs/tags/v0.3.0.tar.gz' | \
sudo tar -xz --strip-components=1 -C /usr/lib/bats/bats-assert
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- uses: orbit-online/upkg@v0.14.0
- name: Run tests
run: bats .

0 comments on commit e98a23c

Please sign in to comment.