Skip to content

Commit 335c124

Browse files
renovate[bot]quintesse
authored andcommitted
chore(deps): update actions/checkout action to v7
1 parent 0cc8e3b commit 335c124

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
os: [ubuntu-latest, windows-latest, macos-latest]
1616

1717
steps:
18-
- uses: actions/checkout@v6
18+
- uses: actions/checkout@v7
1919

2020
- name: Set up JDK 22
2121
uses: actions/setup-java@v6

.github/workflows/release.yml

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

2929
steps:
3030
- name: Checkout
31-
uses: actions/checkout@v4
31+
uses: actions/checkout@v7
3232
with:
3333
fetch-depth: 0 # Full history for changelog generation
3434

0 commit comments

Comments
 (0)