Skip to content

Commit

Permalink
CI: bump version to avoid Node 16 warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
SethTisue committed Feb 22, 2024
1 parent a7582e1 commit ea2d75b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/fortify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@ jobs:
scala: [2.13.x, 3.x]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: coursier/cache-action@v6
- uses: actions/setup-java@v4
with:
distribution: temurin
java-version: ${{matrix.java}}

- uses: actions/cache@v3
- uses: actions/cache@v4
env:
cache-name: fortify
with:
Expand Down

0 comments on commit ea2d75b

Please sign in to comment.