Skip to content

Commit 422ced8

Browse files
authored
Merge pull request #296 from pkgxdev/dependabot/github_actions/actions/checkout-6
Bump actions/checkout from 4 to 6
2 parents e346b0a + 2f134c8 commit 422ced8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/agent-boundary-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
boundary-check:
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/checkout@v4
13+
- uses: actions/checkout@v6
1414
with:
1515
fetch-depth: 0
1616

.github/workflows/quality-gate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
source_changed: ${{ steps.source.outputs.diff != '' }}
1515
tests_changed: ${{ steps.tests.outputs.diff != '' }}
1616
steps:
17-
- uses: actions/checkout@v4
17+
- uses: actions/checkout@v6
1818
with:
1919
fetch-depth: 0
2020
- uses: technote-space/get-diff-action@v6

0 commit comments

Comments
 (0)