Skip to content

Commit

Permalink
Use actions/checkout@v4
Browse files Browse the repository at this point in the history
v2 uses node 12, which has been deprecated for a while
  • Loading branch information
jdelStrother committed Jun 15, 2024
1 parent 80a68d0 commit 3b13810
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
options: --health-cmd="mysqladmin ping" --health-interval=10s --health-timeout=5s --health-retries=3

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- uses: ./.github/actions/test
with:
ruby-version: ${{ matrix.ruby }}
Expand Down

0 comments on commit 3b13810

Please sign in to comment.