Skip to content

Commit 2b7e9f4

Browse files
Update actions/checkout action to v5 (#259)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 6f25082 commit 2b7e9f4

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
@@ -20,7 +20,7 @@ jobs:
2020

2121
steps:
2222
- name: Check out the repo
23-
uses: actions/checkout@v4
23+
uses: actions/checkout@v5
2424

2525
- name: Install JDK
2626
uses: actions/setup-java@v4

.github/workflows/release.yml

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

1212
steps:
1313
- name: Check out the repo
14-
uses: actions/checkout@v4
14+
uses: actions/checkout@v5
1515

1616
- name: Install JDK
1717
uses: actions/setup-java@v4

0 commit comments

Comments
 (0)