Skip to content

Commit

Permalink
CI: update used actions
Browse files Browse the repository at this point in the history
  • Loading branch information
michaellass committed Jul 28, 2024
1 parent b561df6 commit 00734d0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ jobs:
shellcheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: ludeeus/action-shellcheck@1.1.0
- uses: actions/checkout@v4
- uses: ludeeus/action-shellcheck@2.0.0
build-tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-java@v2
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
with:
distribution: zulu
java-version: 8
Expand Down

0 comments on commit 00734d0

Please sign in to comment.