Skip to content

Commit

Permalink
Merge pull request #95 from mvz/dependabot/github_actions/actions/che…
Browse files Browse the repository at this point in the history
…ckout-4

Bump actions/checkout from 3 to 4
  • Loading branch information
mvz committed Oct 23, 2023
2 parents d2b2dd1 + 5dce225 commit 4cd3c54
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
ruby: ["2.7", "3.0", "3.1", "3.2"]

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Install non-ruby dependencies
run: |
# Needed to avoid packages not being found sometimes
Expand Down Expand Up @@ -55,7 +55,7 @@ jobs:
runs-on: ubuntu-latest

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

0 comments on commit 4cd3c54

Please sign in to comment.