Skip to content

Commit

Permalink
Merge pull request #89 from mvz/dependabot/github_actions/actions/che…
Browse files Browse the repository at this point in the history
…ckout-4
  • Loading branch information
dependabot[bot] committed Oct 1, 2023
2 parents bc24446 + fdf0639 commit d29c90e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ruby.yml
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: |
# Ensure all packages can be found
Expand All @@ -47,7 +47,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Install non-ruby dependencies
run: |
# Ensure all packages can be found
Expand Down

0 comments on commit d29c90e

Please sign in to comment.