Skip to content

Commit

Permalink
Merge pull request #31 from denisdefreyne/dependabot/github_actions/a…
Browse files Browse the repository at this point in the history
…ctions/checkout-4

Bump actions/checkout from 3 to 4
  • Loading branch information
denisdefreyne committed Oct 3, 2023
2 parents 3a83ada + a486450 commit d5e89bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ruby.yml
Expand Up @@ -19,7 +19,7 @@ jobs:
ruby-version: ["2.7", "3.0", "3.1", "3.2"]

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- uses: ruby/setup-ruby@v1
with:
Expand Down

0 comments on commit d5e89bd

Please sign in to comment.