Skip to content

Commit 5daf065

Browse files
committed
bump actions/checkout to v4
1 parent 652dd98 commit 5daf065

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- ruby: "3.3.2"
3030
test_command: "./ci/run_rubocop_specs || true"
3131
steps:
32-
- uses: actions/checkout@v3
32+
- uses: actions/checkout@v4
3333
- name: Install Ragel
3434
run: |
3535
sudo apt-get update

0 commit comments

Comments
 (0)