Skip to content

Commit

Permalink
Change GitHub CI to update checkout action to version 3
Browse files Browse the repository at this point in the history
  • Loading branch information
piotrmurach committed Jul 7, 2023
1 parent acb8990 commit adcda61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -46,7 +46,7 @@ jobs:
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
continue-on-error: ${{ endsWith(matrix.ruby, 'head') }}
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
Expand Down

0 comments on commit adcda61

Please sign in to comment.