Skip to content

Commit

Permalink
bump GitHub Actions versions
Browse files Browse the repository at this point in the history
I don't expect any relevant behavior differences, but GitHub was
complaining ("The following actions uses node12 which is deprecated
and will be forced to run on node16")
  • Loading branch information
SethTisue committed Aug 16, 2023
1 parent fa85bba commit 5510583
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ jobs:
env:
CI_SCALA_VERSION: ${{matrix.scala}}
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- uses: coursier/cache-action@v6
- uses: actions/setup-java@v2
- uses: actions/setup-java@v3
with:
distribution: temurin
java-version: ${{matrix.java}}
Expand Down

0 comments on commit 5510583

Please sign in to comment.