Skip to content

Commit 75c1d28

Browse files
authored
Merge pull request #211 from sqldelight/renovate/actions-checkout-6.x
Update actions/checkout action to v6
2 parents 53d47d8 + 24b296b commit 75c1d28

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
runs-on: ubuntu-latest
1818

1919
steps:
20-
- uses: actions/checkout@v5
20+
- uses: actions/checkout@v6
2121
- uses: actions/setup-java@v5
2222
with:
2323
distribution: 'zulu'

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414

1515
steps:
16-
- uses: actions/checkout@v5
16+
- uses: actions/checkout@v6
1717
- uses: actions/setup-java@v5
1818
with:
1919
distribution: 'zulu'

0 commit comments

Comments
 (0)