Skip to content

Commit

Permalink
Merge pull request #1 from baldowl/dependabot/github_actions/actions/…
Browse files Browse the repository at this point in the history
…checkout-4
  • Loading branch information
dependabot[bot] committed Feb 18, 2024
2 parents 27783a5 + af99344 commit 9eb0c3b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ jobs:
name: mruby ${{ matrix.mruby_version }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Clone mruby ${{ matrix.mruby_version }}
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: mruby/mruby
ref: ${{ matrix.mruby_version }}
Expand Down

0 comments on commit 9eb0c3b

Please sign in to comment.