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.
2 parents b17906a + 23d6b12 commit 4130ff7Copy full SHA for 4130ff7
.github/workflows/changes-in-high-risk-code.yml
@@ -34,7 +34,7 @@ jobs:
34
runs-on: ubuntu-latest
35
steps:
36
- name: Comment on PR to notify of changes in high risk files
37
- uses: actions/github-script@v7
+ uses: actions/github-script@v8
38
env:
39
high_risk_code: ${{ needs.files-changed.outputs.high_risk_code_files }}
40
with:
.github/workflows/system-tests-backend.yml
@@ -89,7 +89,7 @@ jobs:
89
90
submodules: 'recursive'
91
92
- - uses: actions/setup-python@v5
+ - uses: actions/setup-python@v6
93
94
python-version: '3.10.5'
95
0 commit comments