Skip to content

Commit 8bec317

Browse files
Merge pull request #2 from baldowl/dependabot/github_actions/actions/checkout-4
2 parents 713f787 + 02ee331 commit 8bec317

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ jobs:
2424
name: mruby ${{ matrix.mruby_version }}
2525
runs-on: ubuntu-latest
2626
steps:
27-
- uses: actions/checkout@v3
27+
- uses: actions/checkout@v4
2828
- name: Clone mruby ${{ matrix.mruby_version }}
29-
uses: actions/checkout@v3
29+
uses: actions/checkout@v4
3030
with:
3131
repository: mruby/mruby
3232
ref: ${{ matrix.mruby_version }}

0 commit comments

Comments
 (0)