Skip to content

Commit

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

build(deps): bump actions/checkout from 3 to 4
  • Loading branch information
yetti authored Sep 11, 2023
2 parents 7d20dd9 + 02e8344 commit dcac2f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Install Ruby
uses: ruby/setup-ruby@v1
Expand Down Expand Up @@ -64,7 +64,7 @@ jobs:
--health-retries 5
steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Install Ruby
uses: ruby/setup-ruby@v1
Expand Down

0 comments on commit dcac2f5

Please sign in to comment.