Skip to content

Commit

Permalink
Switch from action/checkout@2 to @4
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexB52 committed Feb 26, 2024
1 parent e764dde commit 2d1f61d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
ruby: 2.5
name: Ruby ${{ matrix.ruby }} test (${{ matrix.os }})
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
Expand All @@ -54,7 +54,7 @@ jobs:
- rspec-ruby
- bundler-app
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
Expand Down

0 comments on commit 2d1f61d

Please sign in to comment.