Skip to content

Commit 55f7523

Browse files
Updates from v1 to v3 for the actions checkout version
1 parent ac6ea9a commit 55f7523

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/LThooks-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
name: Execute SmartUI Test with Github App Integration
1515
runs-on: ubuntu-latest
1616
steps:
17-
- uses: actions/checkout@v1
17+
- uses: actions/checkout@v3
1818

1919
- name: Create commit status
2020
run: |

.github/workflows/SDK-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
runs-on: ubuntu-latest
1919
steps:
2020
- name: Checkout repo
21-
uses: actions/checkout@v2
21+
uses: actions/checkout@v3
2222

2323
- name: Install Dependencies
2424
run: |

0 commit comments

Comments
 (0)