We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f658411 commit e7b2b6dCopy full SHA for e7b2b6d
1 file changed
.github/workflows/run_system_tests.yml
@@ -21,7 +21,7 @@ jobs:
21
timeout-minutes: 90
22
steps:
23
- name: Check out repo
24
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
25
- name: Install dependencies
26
run: poetry install
27
- name: Run system tests
0 commit comments