Bump actions/checkout@v3 to get rid of node deprecation warning
This commit is contained in:
parent
3dbf0488dd
commit
a7f5b7cf5c
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
|
@ -35,7 +35,7 @@ jobs:
|
|||
BUNDLE_DISABLE_SHARED_GEMS: true
|
||||
CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }}
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/checkout@v3
|
||||
- name: Delete Gemfile.lock
|
||||
run: rm Gemfile.lock
|
||||
if: matrix.rails != '7.0' # Gemfile.lock is only generated for latest rails version
|
||||
|
|
|
|||
Loading…
Reference in a new issue