Skip to content

Commit ca754af

Browse files
authored
Merge pull request #193 from runatlantis/renovate/actions-checkout-6.x
chore(deps): update actions/checkout action to v6
2 parents 5079b16 + 5426222 commit ca754af

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212

1313
steps:
1414
# Setup dependencies
15-
- uses: actions/checkout@v5
15+
- uses: actions/checkout@v6
1616
with:
1717
ref: ${{ github.event.pull_request.head.ref }}
1818
repository: ${{ github.event.pull_request.head.repo.full_name }}

0 commit comments

Comments
 (0)