Skip to content

Commit

Permalink
Merge pull request #674 from stefankroes/dependabot/github_actions/ac…
Browse files Browse the repository at this point in the history
…tions/checkout-4

Bump actions/checkout from 3 to 4
  • Loading branch information
kbrock committed Sep 26, 2023
2 parents 1613ac2 + a61da6c commit 9dab81f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run_test_suite.yml
Expand Up @@ -71,7 +71,7 @@ jobs:
FORMAT: ${{ matrix.format }}
steps:
- name: checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: setup Ruby
# https://github.com/ruby/setup-ruby#versioning
Expand Down

0 comments on commit 9dab81f

Please sign in to comment.