Skip to content

Commit

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

0 comments on commit 31d6946

Please sign in to comment.