Skip to content

Commit

Permalink
Merge pull request #396 from mcanlas/checkout
Browse files Browse the repository at this point in the history
use latest checkout action
  • Loading branch information
mcanlas authored Mar 8, 2025
2 parents 8388466 + 190bb13 commit a4c1c9c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Test
name: Test

on:
[push, pull_request]
Expand All @@ -7,7 +7,7 @@ jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Run ShellCheck
run: |
curl -sL https://github.com/mvdan/sh/releases/download/v2.6.4/shfmt_v2.6.4_linux_amd64 -o /tmp/shfmt && chmod +x /tmp/shfmt && /tmp/shfmt -d -i 2 -kp -ci ./sbt
Expand Down

0 comments on commit a4c1c9c

Please sign in to comment.