Skip to content

Commit fc47e40

Browse files
rustyconoverclaude
andcommitted
ci: align integration workflow to actions/checkout@v6
Matches the version Dependabot just bumped ci.yml to, so the new workflow doesn't immediately trigger another bump PR. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent f17acaa commit fc47e40

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/integration.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,10 +53,10 @@ jobs:
5353
name: integration (${{ matrix.lane }})
5454
steps:
5555
- name: Checkout vgi-python
56-
uses: actions/checkout@v5
56+
uses: actions/checkout@v6
5757

5858
- name: Checkout pinned vgi test suite
59-
uses: actions/checkout@v5
59+
uses: actions/checkout@v6
6060
with:
6161
repository: Query-farm/vgi
6262
ref: ${{ env.VGI_REF }}

0 commit comments

Comments
 (0)