Skip to content

Commit

Permalink
Merge pull request #7 from jclusso/dependabot/github_actions/actions/…
Browse files Browse the repository at this point in the history
…checkout-4

Bump actions/checkout from 2 to 4
  • Loading branch information
jclusso authored Apr 27, 2024
2 parents 1dfeb18 + be6dd7a commit 7266148
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:
ruby: ["2.7", "3.0", "3.1", "3.2", "3.3"]
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Setup Ruby
uses: ruby/setup-ruby@v1
Expand Down Expand Up @@ -41,7 +41,7 @@ jobs:
matrix:
ruby: [3.3]
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
Expand Down

0 comments on commit 7266148

Please sign in to comment.