We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e346b0a + 2f134c8 commit 422ced8Copy full SHA for 422ced8
.github/workflows/agent-boundary-check.yml
@@ -10,7 +10,7 @@ jobs:
10
boundary-check:
11
runs-on: ubuntu-latest
12
steps:
13
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v6
14
with:
15
fetch-depth: 0
16
.github/workflows/quality-gate.yml
@@ -14,7 +14,7 @@ jobs:
source_changed: ${{ steps.source.outputs.diff != '' }}
tests_changed: ${{ steps.tests.outputs.diff != '' }}
17
18
19
20
- uses: technote-space/get-diff-action@v6
0 commit comments