Skip to content

Commit 818f4ea

Browse files
authored
chore(deps): update actions/checkout action to v5 (#400)
1 parent b845ca4 commit 818f4ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
runs-on: ${{ matrix.os }}
3838
steps:
3939
- name: Checkout repo
40-
uses: actions/checkout@v4
40+
uses: actions/checkout@v5
4141
- name: Install Ruby ${{ matrix.ruby }}
4242
uses: ruby/setup-ruby@v1
4343
with:

0 commit comments

Comments
 (0)