Skip to content

Commit

Permalink
Bump checkout action
Browse files Browse the repository at this point in the history
  • Loading branch information
pointlessone committed Feb 23, 2023
1 parent b60a52d commit 8ceaa10
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 @@ -10,7 +10,7 @@ jobs:
code-style:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v3
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
Expand Down Expand Up @@ -49,7 +49,7 @@ jobs:
- "jruby-9.3"
- "jruby-9.4"
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v3
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
Expand Down

0 comments on commit 8ceaa10

Please sign in to comment.