Bump action

This commit is contained in:
Matthew Wang 2023-04-24 14:47:04 -07:00
parent 90b9c0cce0
commit bd2d1dc046
No known key found for this signature in database
GPG Key ID: 0C8DB42BF157DEAB

View File

@ -22,6 +22,8 @@ jobs:
# Ruby setup # Ruby setup
- uses: actions/checkout@v3 - uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Setup Ruby ${{ matrix.ruby-version }} - name: Setup Ruby ${{ matrix.ruby-version }}
uses: ruby/setup-ruby@v1 uses: ruby/setup-ruby@v1
with: with: