Skip to content

Commit 4130ff7

Browse files
authored
Merge branch 'main' into lcian/checkin-api-experimental
2 parents b17906a + 23d6b12 commit 4130ff7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/changes-in-high-risk-code.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
runs-on: ubuntu-latest
3535
steps:
3636
- name: Comment on PR to notify of changes in high risk files
37-
uses: actions/github-script@v7
37+
uses: actions/github-script@v8
3838
env:
3939
high_risk_code: ${{ needs.files-changed.outputs.high_risk_code_files }}
4040
with:

.github/workflows/system-tests-backend.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
with:
9090
submodules: 'recursive'
9191

92-
- uses: actions/setup-python@v5
92+
- uses: actions/setup-python@v6
9393
with:
9494
python-version: '3.10.5'
9595

0 commit comments

Comments
 (0)