Skip to content

Commit 79c8814

Browse files
Merge pull request #94 from asdf-community/renovate/actions-checkout-6.x
Update actions/checkout action to v6
2 parents 7d321b0 + 4bb392f commit 79c8814

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
distribution: 'temurin'
3434
java-version: '21'
3535
- name: Checkout code
36-
uses: actions/checkout@v5
36+
uses: actions/checkout@v6
3737
with:
3838
path: kotlin
3939
- name: Move kotlin plugin to plugins dir

.github/workflows/pre-commit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- name: Checkout
15-
uses: actions/checkout@v5
15+
uses: actions/checkout@v6
1616
- name: Install asdf dependencies
1717
uses: asdf-vm/actions/install@v4
1818
- name: Setup python

0 commit comments

Comments
 (0)