Skip to content

Commit 8b17e40

Browse files
renovate[bot]augi
authored andcommitted
chore(deps): update actions/checkout action to v6
1 parent 23cc80a commit 8b17e40

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
@@ -6,7 +6,7 @@ jobs:
66
build:
77
runs-on: ubuntu-24.04
88
steps:
9-
- uses: actions/checkout@v5
9+
- uses: actions/checkout@v6
1010
- name: Set up JDK
1111
uses: actions/setup-java@v5
1212
with:

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
build:
77
runs-on: ubuntu-24.04
88
steps:
9-
- uses: actions/checkout@v5
9+
- uses: actions/checkout@v6
1010
- name: Set up JDK
1111
uses: actions/setup-java@v5
1212
with:

0 commit comments

Comments
 (0)