Skip to content

Commit 07ba8e5

Browse files
committed
ci(actions): bump checkout action from v3 to v4
1 parent 9b2d79c commit 07ba8e5

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
@@ -9,7 +9,7 @@ jobs:
99
timeout-minutes: 5
1010

1111
steps:
12-
- uses: actions/checkout@v3
12+
- uses: actions/checkout@v4
1313

1414
- name: Run linter
1515
run: |
@@ -24,6 +24,6 @@ jobs:
2424
timeout-minutes: 5
2525

2626
steps:
27-
- uses: actions/checkout@v3
27+
- uses: actions/checkout@v4
2828

2929
- run: ./run_tests.sh

0 commit comments

Comments
 (0)