Skip to content

Commit e7b2b6d

Browse files
chore(deps): update actions/checkout action to v4 (#484)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent f658411 commit e7b2b6d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/run_system_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
timeout-minutes: 90
2222
steps:
2323
- name: Check out repo
24-
uses: actions/checkout@v3
24+
uses: actions/checkout@v4
2525
- name: Install dependencies
2626
run: poetry install
2727
- name: Run system tests

0 commit comments

Comments
 (0)