Skip to content

Commit

Permalink
Bump actions/checkout from 3 to 4 (#606)
Browse files Browse the repository at this point in the history
  • Loading branch information
joeldrapper authored Nov 27, 2023
2 parents 44d902f + 9bee8b2 commit 6a0eb85
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 @@ -26,7 +26,7 @@ jobs:

runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Setup
uses: ruby/setup-ruby@v1
Expand All @@ -43,7 +43,7 @@ jobs:
rubocop:
runs-on: 'ubuntu-latest'
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Setup
uses: ruby/setup-ruby@v1
Expand Down

0 comments on commit 6a0eb85

Please sign in to comment.