Skip to content

Commit 9eb0c3b

Browse files
Merge pull request #1 from baldowl/dependabot/github_actions/actions/checkout-4
2 parents 27783a5 + af99344 commit 9eb0c3b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ jobs:
2323
name: mruby ${{ matrix.mruby_version }}
2424
runs-on: ubuntu-latest
2525
steps:
26-
- uses: actions/checkout@v3
26+
- uses: actions/checkout@v4
2727
- name: Clone mruby ${{ matrix.mruby_version }}
28-
uses: actions/checkout@v3
28+
uses: actions/checkout@v4
2929
with:
3030
repository: mruby/mruby
3131
ref: ${{ matrix.mruby_version }}

0 commit comments

Comments
 (0)