Skip to content

Commit

Permalink
github-workflows: update actions/checkout to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
toy committed Jan 28, 2024
1 parent 1f11688 commit 5ad8aa1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check.yml
Expand Up @@ -23,7 +23,7 @@ jobs:
- jruby-9.4
fail-fast: false
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
ruby-version: "${{ matrix.ruby }}"
Expand All @@ -41,6 +41,6 @@ jobs:
- ruby:2.2
fail-fast: false
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- run: bundle install
- run: bundle exec rspec --format documentation
2 changes: 1 addition & 1 deletion .github/workflows/rubocop.yml
Expand Up @@ -8,7 +8,7 @@ jobs:
rubocop:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
ruby-version: '3'
Expand Down

0 comments on commit 5ad8aa1

Please sign in to comment.