Skip to content

Commit

Permalink
Use checkout@v4 instead of deprecated v3 Node.js 16 version
Browse files Browse the repository at this point in the history
  • Loading branch information
WojciechMazur committed May 7, 2024
1 parent aae3821 commit a006121
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 @@ -16,7 +16,7 @@ jobs:
matrix:
scalaversion: ["2.12.19", "2.13.14", "3.3.3"]
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: coursier/cache-action@v6
- uses: coursier/setup-action@v1
with:
Expand All @@ -34,7 +34,7 @@ jobs:
if: github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags/')
needs: [build]
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: coursier/cache-action@v6
- uses: coursier/setup-action@v1
with:
Expand Down

0 comments on commit a006121

Please sign in to comment.