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 Aug 26, 2023
1 parent 614460b commit 7bb9b87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -44,7 +44,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 7bb9b87

Please sign in to comment.