We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac6ea9a commit 55f7523Copy full SHA for 55f7523
.github/workflows/LThooks-ci.yml
@@ -14,7 +14,7 @@ jobs:
14
name: Execute SmartUI Test with Github App Integration
15
runs-on: ubuntu-latest
16
steps:
17
- - uses: actions/checkout@v1
+ - uses: actions/checkout@v3
18
19
- name: Create commit status
20
run: |
.github/workflows/SDK-ci.yml
@@ -18,7 +18,7 @@ jobs:
- name: Checkout repo
21
- uses: actions/checkout@v2
+ uses: actions/checkout@v3
22
23
- name: Install Dependencies
24
0 commit comments