Skip to content

Commit

Permalink
Bump actions/checkout from 3 to 4 (#510)
Browse files Browse the repository at this point in the history
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to
4.
  • Loading branch information
rzhade3 authored Aug 8, 2024
2 parents 7a23cb6 + f85f631 commit 6d13d18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
ruby: [ '2.6', '2.7', '3.0', '3.1', '3.2' ]

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up Ruby ${{ matrix.ruby }}
uses: ruby/setup-ruby@v1
with:
Expand Down

0 comments on commit 6d13d18

Please sign in to comment.