ci: update actions/checkout action to v4

This commit is contained in:
renovate[bot] 2024-03-03 10:29:33 +00:00 committed by Christian Nicolai
parent 4ead5d4972
commit 5162bdaa8a
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ jobs:
- '3.2'
- '3.3'
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Set up Ruby ${{ matrix.ruby-version }}
uses: ruby/setup-ruby@v1
with: